/* =========================================================
   EDITABLE BRAND TOKENS — Black & White dominant, Red accent
   ========================================================= */

:root {
  --black: #000000;
  --white: #ffffff;
  --off-white: #f4f4f4;
  --ink: #0d0d0d;
  --mute: #6b6b6b;
  --line-dark: rgba(255, 255, 255, 0.14);
  --line-light: rgba(0, 0, 0, 0.12);

  /* Third color only — accents, CTAs, stars */
  --red: #e10600;
  --red-deep: #b00000;

  --font-display: "Syne", "Arial Black", sans-serif;
  --font-body: "DM Sans", "Helvetica Neue", sans-serif;

  --max: 1400px;
  --nav-h: 72px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}
