/*
 * font faces
 */

@font-face {
    font-family: 'vw-head';
    font-weight: 700;
    font-display: swap;
    src:
        url('vwhead-bold.woff2') format('woff2'),
        url('vwhead-bold.woff') format('woff');
}

@font-face {
    font-family: 'vw-head';
    font-weight: 200;
    font-display: swap;
    src:
        url('vwhead-light.woff2') format('woff2'),
        url('vwhead-light.woff') format('woff');
}

@font-face {
    font-family: 'vw-text';
    font-weight: 400;
    font-display: swap;
    src:
        url('vwtext-regular.woff2') format('woff2'),
        url('vwtext-regular.woff') format('woff');
}
