/**
 * Fontes iFood - CSS Global
 * 
 * Define @font-face para todas as fontes iFood usadas no site
 * Carregado globalmente independente do Elementor
 */

/* TipoiFoodVariable - Fonte principal */
@font-face {
    font-family: 'TipoiFoodVariable';
    src: url('../fonts/TipoiFoodVariable.woff2') format('woff2'),
         url('../fonts/TipoiFoodVariable.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: optional;
    size-adjust: 100%;
}

/* TipoiFoodTextos removida - usando apenas TipoiFoodVariable para melhor performance */