@charset "UTF-8";

/* =========================================================
   RONNIE'S HAULING & HOTSHOT
   THEME.CSS

   Purpose:
   Ronnie's Hauling & Hotshot brand-level token overrides.

   Rules:
   - Existing tokens only.
   - Brand and typography overrides only.
   - No semantic role duplication.
   - No component token overrides.
   - No layout.
   - No selectors beyond :root.
   - No media queries.
========================================================= */

:root {

  /* =======================================================
     BRAND FOUNDATION
  ======================================================= */

  --brand-primary:
    #B3F53C;

  --brand-primary-rgb:
    179 245 60;

  --brand-accent:
    #B38CF5;

  --brand-accent-rgb:
    179 140 245;


  /* =======================================================
     TYPOGRAPHY FOUNDATION
  ======================================================= */

--font-body:
  "Source Sans 3",
  system-ui,
  -apple-system,
  BlinkMacSystemFont,
  "Segoe UI",
  sans-serif;

  --font-heading:
    "Bebas Neue",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;

  --font-display:
    "Bebas Neue",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;

  --font-brand:
    "Gelato Luxe",
    "Pacifico",
    cursive;

}