/* -----------------------------------------------------------------------
   Media-responsive project brief template, copyright © 2022-2024 Darren Wilson
   ----------------------------------------------------------------------- */
/* FONTS CSS */
:root {
    /*font-family: Inter, sans-serif;*/
    font-family: "Myriad Web Pro", sans-serif;
    font-feature-settings:
        "liga" 1,
        "calt" 1,
        "ss02" 1,
        "cv10" 1;
    /* fix for Chrome */
}

/*
@supports (font-variation-settings: normal) {
    :root {
        font-family: InterVariable, sans-serif;
    }
}
*/

.material-symbols-outlined {
    font-variation-settings:
        "FILL" 0,
        "wght" 400,
        "GRAD" 0,
        "opsz" 24;
}
