/* ==========================================================
   VW Typography - @font-face declarations
   Fonts: vw-head (Light/Regular/Bold), vw-text (Regular/Bold)
   ========================================================== */

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

@font-face {
    font-family: 'vw-head';
    src: url('../fonts/vwhead-regular.woff2') format('woff2'),
         url('../fonts/vwhead-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'vw-text';
    src: url('../fonts/vwtext-bold.woff2') format('woff2'),
         url('../fonts/vwtext-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
