:root {
  --bg: #f7f7f7;
  --bg-subtle: #ffffff;
  --ink: #111111;
  --muted: rgba(17, 17, 17, 0.68);
  --border: rgba(17, 17, 17, 0.12);
  --font-serif: "Instrument Serif", Georgia, serif;
  --font-sans: "Roboto Condensed", ui-sans-serif, system-ui, sans-serif;
  --max-w: 900px;
  --max-w-narrow: 640px;
  /* Mapas hacia shadcn / apps React (p. ej. Next + Tailwind) */
  --background: #f7f7f7;
  --foreground: #18181b;
}
