@font-face {
    font-family: 'SF Pro Display';
    src: local('SF Pro Display Black Italic'), url("../fonts/SF-Pro-Display-Thin.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: local('SF Pro Display Black Italic'), url("../fonts/SFPRODISPLAYBLACKITALIC.OTF") format("opentype");
    font-weight: 900;
    font-style: italic;
}


@font-face {
    font-family: 'SF Pro Display';
    src: local('SF Pro Display Light Italic'), url("../fonts/SFPRODISPLAYLIGHTITALIC.OTF") format("opentype");
    font-weight: 300;
    font-style: italic;
}


@font-face {
    font-family: 'SF Pro Display';
    src: local('SF Pro Display Regular'), url("../fonts/SFPRODISPLAYREGULAR.OTF") format("opentype");
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'SF Pro Display';
    src: local('SF Pro Display Medium'), url("../fonts/SFPRODISPLAYMEDIUM.OTF") format("opentype");
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'SF Pro Display';
    src: local('SF Pro Display Bold'), url("../fonts/SFPRODISPLAYBOLD.OTF") format("opentype");
    font-weight: 700;
    font-style: normal;
}


