/*
    ================================================================
    FUENTE DEL LOGO - Para cambiar la fuente:
      1. Descomprimir la nueva fuente en webfonts/googlefonts/<NombreFuente>/
      2. Actualizar src: url(...) y font-family aquí abajo
      3. Actualizar font-family en portal/img/app-logo.svg
    ================================================================
*/
@font-face {
    font-family: 'Roboto Flex';
    src: url('Roboto_Flex/RobotoFlex-VariableFont_GRAD,XOPQ,XTRA,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,opsz,slnt,wdth,wght.ttf') format('truetype');
    font-weight: 100 1000;
    font-style: normal;
    font-display: swap;
}
