/* FONT */

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

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

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

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