/* ═══════════════════════════════════════════════════════════════════════
   Oficina Studio — tipos de letra servidos por nós

   Antes vinham do Google Fonts e do Fontshare em tempo de render, o que
   transmitia o IP de quem visita a dois terceiros só para desenhar texto.
   Agora saem do mesmo servidor que o resto do site: um pedido a menos para
   fora, e a política de privacidade deixa de ter de os declarar.

   Licenças em fonts/licencas/. Nenhum ficheiro de fonte foi alterado.

   Notas de quem gerou isto:
   - A Archivo em peso normal é UMA fonte variável (100–900 num só ficheiro). A home
     usa 600–900 e a privacidade usa 400–600, por isso o range vai todo.
   - O itálico é diferente: o Google instancia-o estático no peso pedido, e o
     site só usa 800. Se algum dia se usar itálico noutro peso, o browser vai
     sintetizá-lo (fica feio) — é preciso voltar aqui e acrescentar o ficheiro.
   - latin e latin-ext ficam separados com unicode-range, para o browser só
     descarregar o que a página precisa. O subset vietnamita foi deitado fora.
   ═══════════════════════════════════════════════════════════════════════ */

/* ── Archivo (variável, 600–900) ──────────────────────────── */
@font-face{
  font-family:'Archivo';
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
  src:url('/fonts/archivo-var-latin.woff2') format('woff2');
  unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face{
  font-family:'Archivo';
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
  src:url('/fonts/archivo-var-latin-ext.woff2') format('woff2');
  unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ── Archivo itálico (só 800, ver nota acima) ─────────────── */
@font-face{
  font-family:'Archivo';
  font-style:italic;
  font-weight:800;
  font-display:swap;
  src:url('/fonts/archivo-800i-latin.woff2') format('woff2');
  unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face{
  font-family:'Archivo';
  font-style:italic;
  font-weight:800;
  font-display:swap;
  src:url('/fonts/archivo-800i-latin-ext.woff2') format('woff2');
  unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ── Archivo Black ────────────────────────────────────────── */
@font-face{
  font-family:'Archivo Black';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('/fonts/archivo-black-400-latin.woff2') format('woff2');
  unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face{
  font-family:'Archivo Black';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('/fonts/archivo-black-400-latin-ext.woff2') format('woff2');
  unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ── Instrument Serif ─────────────────────────────────────── */
@font-face{
  font-family:'Instrument Serif';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('/fonts/instrument-serif-400-latin.woff2') format('woff2');
  unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face{
  font-family:'Instrument Serif';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('/fonts/instrument-serif-400-latin-ext.woff2') format('woff2');
  unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face{
  font-family:'Instrument Serif';
  font-style:italic;
  font-weight:400;
  font-display:swap;
  src:url('/fonts/instrument-serif-400i-latin.woff2') format('woff2');
  unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face{
  font-family:'Instrument Serif';
  font-style:italic;
  font-weight:400;
  font-display:swap;
  src:url('/fonts/instrument-serif-400i-latin-ext.woff2') format('woff2');
  unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ── General Sans (Fontshare) ─────────────────────────────────
   Ficheiros do pacote oficial, tal e qual. A ITF Free Font License v2.0
   permite e recomenda o self-host, mas PROÍBE subsetting e conversão de
   formato: não passar estes .woff2 por pyftsubset nem regerá-los a partir
   do OTF. Sem unicode-range de propósito, porque não há subsets. */
@font-face{
  font-family:'General Sans';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('/fonts/GeneralSans-Regular.woff2') format('woff2');
}
@font-face{
  font-family:'General Sans';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('/fonts/GeneralSans-Medium.woff2') format('woff2');
}
@font-face{
  font-family:'General Sans';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('/fonts/GeneralSans-Semibold.woff2') format('woff2');
}
