/* ========================================================= */
/* -- FONTES AUTO-HOSPEDADAS -- */
/* Substitui o <link> para fonts.googleapis.com, que era      */
/* render-blocking e ainda obrigava a uma segunda conexão     */
/* com fonts.gstatic.com antes de a fonte começar a baixar.   */
/* Servindo do próprio domínio, some o handshake externo e o  */
/* arquivo entra no cache do .htaccess como qualquer asset.   */
/*                                                            */
/* Só o subset latin: cobre todo o português (á é í ó ú ã õ   */
/* ç â ê ô à) e deixa de fora cirílico, grego e devanagari,   */
/* que o Google entregava junto.                              */
/*                                                            */
/* Carregar ANTES do lp-base.css / style.css.                 */
/* ========================================================= */

/* --------------------------------------------------------- */
/* -- Poppins — texto corrido (300 a 700) -- */
/* --------------------------------------------------------- */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/poppins-300.woff2') format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/poppins-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/poppins-500.woff2') format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/poppins-600.woff2') format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/poppins-700.woff2') format('woff2');
}

/* --------------------------------------------------------- */
/* -- Sora — títulos -- */
/* É fonte variável: o Google entregava o MESMO arquivo três  */
/* vezes, um por peso declarado. Aqui vai uma declaração só,  */
/* com a faixa de pesos — economiza 50 KB de download.        */
/* --------------------------------------------------------- */
@font-face {
    font-family: 'Sora';
    font-style: normal;
    font-weight: 100 800;
    font-display: swap;
    src: url('../fonts/sora-variable.woff2') format('woff2-variations'),
         url('../fonts/sora-variable.woff2') format('woff2');
}
