/* =========================================================
   Mulish Font Faces
   File: /library/css/font-mulish/font-mulish.css
========================================================= */

@font-face {
    font-family: 'Mulish';
    src: url('./Mulish-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('./Mulish-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('./Mulish-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('./Mulish-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* =========================================================
   Global Font Usage
========================================================= */

:root {
    --default-font: 'Mulish', sans-serif;
    --heading-font: 'Mulish', sans-serif;
    --nav-font: 'Mulish', sans-serif;
}

body {
    font-family: 'Mulish', sans-serif;
}