@font-face {
    font-family: 'SFProDisplayReg';
    src: url('font/SFProDisplay-Regular.woff2') format('woff2'),
        url('font/SFProDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFProDisplayBlack';
    src: url('font/SFProDisplay-Black.woff2') format('woff2'),
        url('font/SFProDisplay-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFProDisplayBold';
    src: url('font/SFProDisplay-Bold.woff2') format('woff2'),
        url('font/SFProDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFProDisplayThin';
    src: url('font/SFProDisplay-Thin.woff2') format('woff2'),
        url('font/SFProDisplay-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFProDisplayMedium';
    src: url('font/SFProDisplay-Medium.woff2') format('woff2'),
        url('font/SFProDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}





