@import url("/www_utils/fonts/fontawesome-pro/css/all.css");
/*
https://docs.fontawesome.com/web/dig-deeper/style-switching
*/

/* For Classic Solid */
:root {
  --fa-family: var(--fa-style-family-classic);
  --fa-style: 900;
}


@font-face {
    font-family: 'BaseSansSerif';
    src: url('/www_utils/fonts/Inter/Inter-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 200 900;
}

@font-face {
    font-family: 'Roboto';
    src: url('/www_utils/fonts/Roboto/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 200 900;
}


html {
    font-family: 'BaseSansSerif', Arial, Helvetica, sans-serif;
    font-weight: 400;
}


h1, h2, h3, h4, h5 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
