/*
 * tokens.css
 * Design tokens — la única fuente de verdad para colores, fuentes y layout.
 * Cambiar algo aquí afecta toda la página.
 */

:root {
  /* Paleta */
  --red:       #E10F1E;
  --red-deep:  #B00813;
  --ink:       #16110F;
  --ink-2:     #241B17;
  --cream:     #F6EFE3;
  --cream-2:   #EFE5D3;
  --mustard:   #F4B223;
  --muted:     #9b8f81;

  /* Layout */
  --maxw: 1180px;

  /* Tipografía */
  --font-display: 'Anton', 'Oswald', 'Arial Narrow', sans-serif;
  --font-body:    'Archivo', system-ui, sans-serif;
}
