/*  Biglink · fontes da marca
    https://cdn.biglink.io/brand/v1/fontes/fontes.css
    Uso: <link rel="stylesheet" href="https://cdn.biglink.io/brand/v1/fontes/fontes.css">

    Onest para titulos e interface. Inter para texto corrido.
    Ambas sao fontes variaveis, entao um arquivo cobre todos os pesos.

    Onest e Inter sao licenciadas sob a SIL Open Font License 1.1.
    A licenca acompanha os arquivos originais na pasta de marca.
    © Biglink AI Brasil LTDA pelo conjunto e pela identidade. */

@font-face{
  font-family:'Onest';
  src:url('https://cdn.biglink.io/brand/v1/fontes/onest-variable.woff2') format('woff2-variations'),
      url('https://cdn.biglink.io/brand/v1/fontes/onest-variable.woff2') format('woff2');
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
}

@font-face{
  font-family:'Inter';
  src:url('https://cdn.biglink.io/brand/v1/fontes/inter-variable.woff2') format('woff2-variations'),
      url('https://cdn.biglink.io/brand/v1/fontes/inter-variable.woff2') format('woff2');
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
}

:root{
  --bl-fonte-titulo: 'Onest', 'Segoe UI', Arial, Helvetica, sans-serif;
  --bl-fonte-texto:  'Inter', 'Segoe UI', Arial, Helvetica, sans-serif;
}
