:root {
  /* Brand Colors (custom blue palette) */
  --brand-50: #eef4f9;
  --brand-100: #d4e3f0;
  --brand-200: #a9c7e1;
  --brand-300: #7dabd2;
  --brand-400: #528fc3;
  --brand-500: #3a78ad;
  --brand-600: #255b83;
  --brand-700: #1e4d6f;
  --brand-800: #173d58;
  --brand-900: #112e43;
  --brand-950: #0b1f2e;

  /* Gold Accent (10 shades) */
  --gold-50: #fdf6ed;
  --gold-100: #f9e8cd;
  --gold-200: #f2cf99;
  --gold-300: #e8b261;
  --gold-400: #b57a2c;
  --gold-500: #a06b26;
  --gold-600: #875a20;
  --gold-700: #6e491a;
  --gold-800: #593b16;
  --gold-900: #472f12;

  /* Ivory (warm neutrals) */
  --ivory-50: #fdfcfa;
  --ivory-100: #faf8f4;
  --ivory-200: #f5f1ea;
  --ivory-300: #ede6da;
  --ivory-400: #ddd0ba;
  --ivory-500: #c8b494;

  /* Sage (green accents) */
  --sage-50: #f4f7f4;
  --sage-100: #e4ebe4;
  --sage-200: #c9d7c9;
  --sage-300: #a3b8a3;
  --sage-400: #7a977a;

  /* Typography */
  --font-display: "Montserrat", system-ui, sans-serif;
  --font-body: "Poppins", system-ui, -apple-system, sans-serif;
  --font-mono: "JetBrains Mono", monospace;

  /* Layout */
  --header-h: 80px;
}
