/*
 * Slots para tipografías licenciadas H:11
 * ─────────────────────────────────────────────────
 * Cuando el cliente entregue los archivos .woff2 de
 * Söhne (Klim Type) y GT Sectra (Grilli Type),
 * colócalos en /public/fonts/ y descomenta los
 * bloques @font-face de abajo. La cadena
 * font-family ya tiene 'GT Sectra' y 'Söhne' como
 * familias preferidas — el CSS las usará en el
 * momento que se carguen, sin más cambios.
 *
 * Mientras tanto, Fraunces (display) + Inter (body)
 * funcionan como proxies cercanos via Google Fonts.
 */

/*
@font-face {
  font-family: 'Söhne';
  src: url('/fonts/soehne-buch.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Söhne';
  src: url('/fonts/soehne-kraftig.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Söhne';
  src: url('/fonts/soehne-halbfett.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GT Sectra';
  src: url('/fonts/gt-sectra-display-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GT Sectra';
  src: url('/fonts/gt-sectra-display-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GT Sectra';
  src: url('/fonts/gt-sectra-display-regular-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
*/
