/* Local Google Fonts - embedded to avoid CSP issues */

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-400.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/muli-300.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/muli-400.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Inconsolata';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/inconsolata-400.ttf') format('truetype');
    font-display: swap;
}