/* Tema: oscuro. Generado por build.mjs — no editar a mano. */
:root {
  --bg: #0e1113;
  --surface: #1b2125;
  --surface-2: #161b1f;
  --border: #23282b;
  --border-soft: #3a4044;
  --text: #f4f1ea;
  --text-2: #a9b1b6;
  --text-3: #8b9298;
  --accent: #c79a4b;
  --accent-ink: #c79a4b;
  --accent-hi: #e0b565;
  --on-accent: #16181a;
  --header-bg: rgba(14, 17, 19, 0.92);
  --dock-bg: rgba(20, 23, 26, 0.95);
  --band-bg: #f1eee7;
  --band-surface: #ffffff;
  --band-text: #16181a;
  --band-text-2: #55535c;
  --band-text-3: #6b675e;
  --band-border: #d8d3c8;
  --band-accent: #8a6820;
  --field-border: #cfc9bc;
  --field-placeholder: #a39d91;

  --serif: "Instrument Serif", Georgia, "Times New Roman", serif;
  --sans: "Manrope", "Helvetica Neue", Arial, sans-serif;

  --pad-x: clamp(1.25rem, 5vw, 5.625rem);
  --gap-section: clamp(3.5rem, 8vw, 6.25rem);
  --maxw: 1440px;
}
