/* ──────────────────────────────────────────────────────────────────
 * BODEGA LATINA — Design tokens (Internautica 2026)
 * Colors, type, spacing — adapted from the design-system handoff,
 * with the red brand recolor (#FF3030) baked in as the default.
 * ────────────────────────────────────────────────────────────── */

@font-face {
  font-family: "PP Migra";
  src: url("../fonts/PPMigra-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Fragment Sans";
  src: url("../fonts/PPFragment-SansBlack.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Andada SC";
  src: url("../fonts/AndadaSC-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Bodoni+Moda:ital,opsz,wght@0,6..96,400;0,6..96,500;0,6..96,700;0,6..96,800;0,6..96,900;1,6..96,400;1,6..96,700&family=Inter:wght@400;500;600;700;800&display=swap");

:root {
  /* ── Brand color — RED ───────────────────────────────────────── */
  --bl-amber:      #FF3030;
  --bl-amber-deep: #C81818;
  --bl-amber-soft: #FFE0E0;

  /* ── Ink / neutrals ─────────────────────────────────────────── */
  --bl-ink:        #1D1D1B;
  --bl-ink-2:      #1D1D1D;
  --bl-black:      #000000;
  --bl-bone:       #FAF8F9;
  --bl-paper:      #FDFDFD;
  --bl-white:      #FFFFFF;
  --bl-rule:       #1D1D1D;
  --bl-mute:       #87888A;

  /* ── Accents ────────────────────────────────────────────────── */
  --bl-wine:       #AA1329;
  --bl-wine-deep:  #6D0000;
  --bl-rose:       #E84053;
  --bl-grape:      #704269;

  /* ── Type families ──────────────────────────────────────────── */
  --font-display:        "PP Migra", "Bodoni Moda", "Cormorant Garamond",
                         "Playfair Display", Georgia, "Times New Roman", serif;
  --font-display-sans:   "PP Fragment Sans", "Archivo Black", "Archivo",
                         "Inter", system-ui, sans-serif;
  --font-strapline:      "Andada SC", "PP Migra", "Bodoni Moda",
                         Georgia, serif;
  --font-label:          "Archivo", "Inter", system-ui, -apple-system, sans-serif;
  --font-body:           "Inter", -apple-system, BlinkMacSystemFont,
                         "Segoe UI", Helvetica, Arial, sans-serif;

  /* ── Line + tracking ────────────────────────────────────────── */
  --lh-tight:       1.00;
  --lh-body:        1.45;
  --tr-tight:      -0.050em;

  --ease-out:       cubic-bezier(0.22, 1, 0.36, 1);
  --dur-base:       240ms;
}
