@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/SFPRODISPLAYBOLD.woff2') format('woff2'),
        url('../fonts/SFPRODISPLAYBOLD.woff') format('woff');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url('../fonts/Inter-Medium.woff2') format('woff2'),
        url('../fonts/Inter-Medium.woff') format('woff');
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Satoshi";
    src: url('../fonts/Satoshi-Bold.woff2') format('woff2'),
        url('../fonts/Satoshi-Bold.woff') format('woff');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}