/* Non-critical faces — loaded async. The two critical faces (Prata 400,
   Archivo 400) are inlined in each <head>. font-display:optional keeps
   these off the CLS path. */
@font-face {
  font-family: 'Archivo';
  font-style: normal; font-weight: 500; font-display: optional;
  src: url('../fonts/archivo-latin-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Archivo';
  font-style: normal; font-weight: 600; font-display: optional;
  src: url('../fonts/archivo-latin-600.woff2') format('woff2');
}
