/* Color tokens — edit here to update the whole site.
 *   Values are raw RGB channels (no rgb() wrapper) so Tailwind's
 *   opacity modifiers (/50, /80, etc.) continue to work. */
:root {
  --hilight_1: 35 192 242;
  --dark_1:    4 7 16;
  --accent_1:  244 241 249;
  --dark_2:    13 31 48;
  --hilight_2: 53 89 240;
}
