/* Fuentes self-hosted (T008, research R6). Sin llamadas a terceros (RGPD). */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/montserrat-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/montserrat-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/montserrat-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/montserrat-700.woff2') format('woff2');
}

/* Cabinet Grotesk Bold — ghost button (decisión 29: Fontshare). */
@font-face {
  font-family: 'Cabinet Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/cabinet-grotesk-700.woff2') format('woff2');
}

/* Delight — fuente real (self-hosted woff2). Usada en el toggle de animaciones y disponible para el tema. */
@font-face {
  font-family: 'Delight';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Delight-Regular.woff2') format('woff2'), url('../fonts/Delight-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Delight';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/Delight-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Delight';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/Delight-SemiBold.woff2') format('woff2');
}
@font-face {
  font-family: 'Delight';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/Delight-Bold.woff2') format('woff2');
}
