/* ============================================================
   Galabet brand tokens (M4 Styling System)
   Brand: Galabet
   Palette source: approved brand reference (M4 guideline)
     Green:     #90CE55 (branded accents, key actions)
     Dark navy: #00172E (text, headers, high-contrast areas)
     White:     #FFFFFF (default surface)
   Light theme is the default page surface.
   ============================================================ */

:root {
  /* Brand */
  --brand-primary: #90ce55;
  --brand-secondary: #00172e;

  /* Surfaces */
  --surface-default: #ffffff;
  --surface-alt: #f4f7ef;
  --surface-dark: #00172e;

  /* Text */
  --text-primary: #00172e;
  --text-muted: #45566a;
  --text-on-dark: #f2f6ee;
  --text-on-brand: #00172e;

  /* Lines */
  --border-default: #dbe4d2;
  --border-strong: #b9cba4;

  /* Accents */
  --live-dot: #e35d5d;
  --focus-ring: #5a8f2c;

  /* Metrics */
  --container-width: 1060px;
  --radius-card: 14px;
  --radius-pill: 999px;
  --space-section: 56px;
}
