/************************/
/* Fonts */
/************************/

/* Round8 Font Family */
@font-face {
    font-family: 'Round8';
    src: url('../fonts/round-8/round8-four.otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}        

@font-face {
    font-family: "SF Pro Display";
    src: url('../fonts/sf-pro/SFPRODISPLAYBLACKITALIC.OTF');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "SF Pro Display";
    src: url('../fonts/sf-pro/SFPRODISPLAYBOLD.OTF');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "SF Pro Display";
    src: url('../fonts/sf-pro/SFPRODISPLAYHEAVYITALIC.OTF');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "SF Pro Display";
    src: url('../fonts/sf-pro/SFPRODISPLAYLIGHTITALIC.OTF');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "SF Pro Display";
    src: url('../fonts/sf-pro/SFPRODISPLAYMEDIUM.OTF');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "SF Pro Display";
    src: url('../fonts/sf-pro/SFPRODISPLAYREGULAR.OTF');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "SF Pro Display";
    src: url('../fonts/sf-pro/SFPRODISPLAYSEMIBOLDITALIC.OTF');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "SF Pro Display";
    src: url('../fonts/sf-pro/SFPRODISPLAYTHINITALIC.OTF');
    font-weight: 500;
    font-style: normal;
}