@font-face {
    font-family: "SF Pro Display";
    src: url('../fonts/SFPRODISPLAYREGULAR.woff2') format('woff2'),
        url('../fonts/SFPRODISPLAYREGULAR.woff') format('woff');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Display";
    src: url('../fonts/SFProDisplaySemibold.woff2') format('woff2'),
        url('../fonts/SFProDisplaySemibold.woff') format('woff');
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Display";
    src: url('../fonts/SFPRODISPLAYSEMIBOLDITALIC.woff2') format('woff2'),
        url('../fonts/SFPRODISPLAYSEMIBOLDITALIC.woff') format('woff');
    font-style: italic;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Display";
    src: url('../fonts/SFPRODISPLAYBOLD.woff2') format('woff2'),
        url('../fonts/SFPRODISPLAYBOLD.woff') format('woff');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Display";
    src: url('../fonts/SFProDisplayBlack.woff2') format('woff2'),
        url('../fonts/SFProDisplayBlack.woff') format('woff');
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}

@font-face {
    font-family: "Feature Mono";
    src: url('../fonts/FeatureMono-Bold.woff2') format('woff2'),
        url('../fonts/FeatureMono-Bold.woff') format('woff');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url('../fonts/InterExtraBold.woff2') format('woff2'),
        url('../fonts/InterExtraBold.woff') format('woff');
    font-style: normal;
    font-weight: 800;
    font-display: swap;
}