/* =============================================================================
   Web fonts - loaded locally, no external requests
   ============================================================================= */

@font-face {
    font-family: 'Google Sans Flex';
    src: url('../../fonts/google-sans-flex.woff2') format('woff2'),
         url('../../fonts/google-sans-flex.woff') format('woff');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
