/* FOUR CORNERS PIZZA CO. — exported identity (Edition 01 · July 2026)
   Drop into any FloppySkill builder. THE SAUCE LAW: --color-sauce is used only
   ON TOP of elements (top borders, top stripes, the lid) — never as fill,
   background, or body text. Red on top, like the pie. */
:root{
  --color-primary: #24455C;   /* blue steel — the pan, the ink */
  --color-surface: #E9B44C;   /* cheese gold — the ground */
  --color-neutral: #F6EFE3;   /* flour — cards and paper */
  --color-sauce:   #C6472E;   /* sauce — TOP EDGES ONLY */
  --steel-deep:    #1B3548;
  --font-display:  "Anton", Impact, sans-serif;
  --font-text:     "Space Grotesk", system-ui, sans-serif;
  --radius:        0px;       /* squares. obviously. */
  --ease-drop:     cubic-bezier(.34,1.3,.42,1);  /* the pan drop */
  --dur-micro:     120ms;
  --dur-move:      400ms;
  --dur-drop:      850ms;     /* signature: heavy landing + one settle */
}
