/* ==========================================================================
   SNUSLAB — custom styles on top of Astra
   Design tokens and overrides go here. Kept in a real file (not inline in
   functions.php) so it stays readable as it grows and can be edited directly
   in the Theme File Editor without touching PHP.
   ========================================================================== */

:root {
  --sl-ink: #0a0a0a;
  --sl-muted: #6b7280;
  --sl-border: #e4e6e8;
  --sl-mist: #f4f5f6;
  --sl-volt: #c8f03c; /* logo accent only, per the light design direction */
}
