:root {
  /* Neutrals & Text */
  --color-bg: #ffffff;
  --color-bg-gradient-top: #84c6ff;
  /* Soft sky blue */
  --color-text: #000000;
  --color-text-muted: #4a4a4a;
  --color-subtle: #30003d;

  /* Utility Colors */
  --color-shadow: rgba(0, 0, 0, 0.1);
  --color-border: #dddddd;

  --color-white: #f4f4f4;

  /* Core Brand Colors */
  --color-brand-primary: #2040a8;
  /* Bold blue for titles (GOLDEN LION) */
  /* --color-brand-accent: #cb321e; */
  /* OC II Style */
  --color-brand-accent: #cb321e;
  /* Pixel sun & palm red */
}