/* MeatSpace — tokens v2 «Océano y óxido» (design system 2026-08-11).
   Self-hosted variable fonts: one woff2 covers the whole weight range; latin
   subset covers Spanish diacritics. No third-party CDN, ever. */
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url("../fonts/merriweather-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Merriweather";
  font-style: italic;
  font-weight: 300 900;
  font-display: swap;
  src: url("../fonts/merriweather-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url("../fonts/opensans-normal.woff2") format("woff2");
}

:root {
  /* superficie */
  --bg: #faf7f0;
  --panel: #fffcf5;
  --panel2: #f3eee0;
  --line: #e2dccb;
  --line2: #efe9da;
  /* tinta */
  --ink: #0b1a20;
  --dim: #54646a;
  --faint: #8d968f;
  /* marca */
  --accent: #005f73;
  --accent-2: #0a9396;
  --accent-soft: #e2edec;
  /* roles de actor (semántica intacta; AA sobre --bg) */
  --decide: #0c7268;
  --decide-soft: #ddeeea;
  --affected: #ae2012;
  --affected-soft: #f6e2dc;
  --regulated: #9c5502;
  --regulated-soft: #f5e9d2;
  --mentioned: #5f6b66;
  --mentioned-soft: #e9e8dd;
  /* los siete ejes */
  --eje-poder: #577590;
  --eje-dinero: #e08a10;
  --eje-reglas: #43aa8b;
  --eje-discursos: #277da1;
  --eje-animales: #f94144;
  --eje-movimiento: #4d908e;
  --eje-resto: #90be6d;
  /* series históricas */
  --sweep: #277da1;
  --antes: #a07c1e;
  /* tipografía: serif de lectura, sans de UI, mono sólo para números técnicos */
  --serif: "Merriweather", Georgia, "Times New Roman", serif;
  --sans: "Open Sans", ui-sans-serif, system-ui, sans-serif;
  --mono: ui-monospace, "SF Mono", Menlo, monospace;
}
