@font-face {
    font-family: 'SFProDisplay';
    src: url(../font/sfbold/SFProDisplay-Bold.woff2) format('woff2'),
        url(../font/sfbold/SFProDisplay-Bold.woff) format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFProDisplay';
    src: url(../font/sfmedium/SFProDisplay-Medium.woff2) format('woff2'),
        url(../font/sfmedium/SFProDisplay-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFProDisplay';
    src: url(../font/sflight/SFProDisplay-Thin.woff2) format('woff2'),
        url(../font/sflight/SFProDisplay-Thin.woff) format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFProDisplay';
    src: url(../font/sfregular/SFProDisplay-Regular.woff2) format('woff2'),
        url(../font/sfregular/SFProDisplay-Regular.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}












