@font-face {
    font-family: 'Inter';
    font-display: swap;
    font-style: normal;
    font-weight: 100 900;
    src: url('../fonts/inter/Inter-VariableFont_opsz,wght.ttf') format('truetype-variations');
}
@font-face {
    font-family: 'Inter';
    font-display: swap;
    font-style: italic;
    font-weight: 100 900;
    src: url('../fonts/inter/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype-variations');
}

@font-face {
    font-family: 'Proxima Soft';
    src: url('../fonts/proxima-soft/ProximaSoft-SemiBold.woff2') format('woff2'),
        url('../fonts/proxima-soft/ProximaSoft-SemiBold.woff') format('woff'),
        url('../fonts/proxima-soft/ProximaSoft-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
    font-family: 'Proxima Soft';
    src: url('../fonts/proxima-soft/ProximaSoft-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/proxima-soft/ProximaSoft-SemiBoldItalic.woff') format('woff'),
        url('../fonts/proxima-soft/ProximaSoft-SemiBoldItalic.svg#BarlowCondensed-SemiBoldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
} */

@font-face {
    font-family: 'Proxima Soft';
    src: url('../fonts/proxima-soft/ProximaSoft-Bold.woff2') format('woff2'),
        url('../fonts/proxima-soft/ProximaSoft-Bold.woff') format('woff'),
        url('../fonts/proxima-soft/ProximaSoft-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
    font-family: 'Proxima Soft';
    src: url('../fonts/proxima-soft/ProximaSoft-BoldItalic.woff2') format('woff2'),
        url('../fonts/proxima-soft/ProximaSoft-BoldItalic.woff') format('woff'),
        url('../fonts/proxima-soft/ProximaSoft-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
} */

@font-face {
    font-family: 'Proxima Soft';
    src: url('../fonts/proxima-soft/ProximaSoft-ExtraBold.woff2') format('woff2'),
        url('../fonts/proxima-soft/ProximaSoft-ExtraBold.woff') format('woff'),
        url('../fonts/proxima-soft/ProximaSoft-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
    font-family: 'Barlow Condensed';
    src: url('../fonts/proxima-soft/ProximaSoft-Bold.woff2') format('woff2'),
        url('../fonts/proxima-soft/ProximaSoft-Bold.woff') format('woff'),
        url('../fonts/proxima-soft/ProximaSoft-Bold.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
} */
