@font-face {
    font-family: 'SKF Chevin';
    src: url('../fonts/SKFChevinLight.woff2') format('woff2'),
        url('../fonts/SKFChevinLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SKF Chevin';
    src: url('../fonts/SKFChevinLightItalic.woff2') format('woff2'),
        url('../fonts/SKFChevinLightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'SKF Chevin';
    src: url('../fonts/SKFChevinMedium.woff2') format('woff2'),
        url('../fonts/SKFChevinMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SKF Chevin';
    src: url('../fonts/SKFChevinMediumItalic.woff2') format('woff2'),
        url('../fonts/SKFChevinMediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Circular Std';
    src: url('../fonts/CircularStd-Bold.woff2') format('woff2'),
        url('../fonts/CircularStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
