:root {
  /* ============================
     BRAND TOKENS — Colors
     ============================ */
  --color-primary-mustard: #ffae00;
  --color-primary-navy: #152550;
  --color-secondary-blue: #00bbff;
  --color-neutral-white: #ffffff;
  --color-neutral-white-50: rgba(255, 255, 255, 0.5);
  --color-neutral-dark-grey: #222222;
  --color-neutral-grey: #e1dedc;
  --color-neutral-grey-pressed: #454545;

  /* ============================
     BRAND TOKENS — Gradients
     ============================ */
  --gradient-navy: linear-gradient(119deg, #0b1228 56.5%, #1f326e 99%);

  /* ============================
     ALIAS TOKENS — Border
     ============================ */
  --border-default-primary: rgba(11, 18, 40, 0.2);

  /* ============================
     ALIAS TOKENS — Glass effect
     ============================ */
  --glass-bg: rgba(255, 255, 255, 0.5);
  --glass-blur: 12.25px;
  --glass-radius: 23px;

  /* ============================
     SPACING SCALE
     ============================ */
  --space-none: 0;
  --space-2xs: 4px;
  --space-xs: 8px;
  --space-sm: 12px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-2xl: 40px;
  --space-3xl: 48px;
  --space-4xl: 80px;
  --space-5xl: 120px;

  /* ============================
     BORDER RADIUS
     ============================ */
  --radius-sm: 12px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-round: 999px;

  /* ============================
     TYPOGRAPHY
     ============================ */
  --font-family: 'Inter', sans-serif;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;

  --text-display: 5rem;       /* 80px */
  --text-h2: 3rem;            /* 48px */
  --text-h3: 2rem;            /* 32px */
  --text-h4: 1.5rem;          /* 24px */
  --text-body: 1rem;          /* 16px */
  --text-small: 0.875rem;     /* 14px */

  --leading-tight: 1.2;
  --leading-normal: 1.6;
  --leading-heading: 1.2;

  /* ============================
     GRID
     ============================ */
  --grid-columns: 12;
  --grid-gutter: 24px;
  --content-max-width: 1440px;
  --content-padding: 40px;
}
