/* Tipografia de produccion · Manrope + Domine + JetBrains Mono
 * Migrada 2026-08-16 por decision del founder: sans Inter → Manrope
 * Serif migrada 2026-09-06 por decision del founder: Source Serif 4 -> Domine
 * (maqueta 5-design/serif-home-bt-2026-09/). Domine NO tiene italica: las
 * superficies que la usaban pasaron a redonda; no declares font-style: italic.
 * Solo existen las caras 400/500/600/700 — un font-weight fuera de esas
 * renderiza la cara mas cercana, no declares 800.
 * Las hojas NO nombran familias: usan var(--oc-font-sans/serif/mono). */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/manrope-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/manrope-latin-500-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/manrope-latin-600-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/manrope-latin-700-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Domine";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/domine-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Domine";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/domine-latin-500-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Domine";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/domine-latin-600-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Domine";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/domine-latin-700-normal.woff2") format("woff2");
}
@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/jetbrains-mono-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/jetbrains-mono-latin-500-normal.woff2") format("woff2");
}
