/* ============================================================
   DARK MODE ACTIVATION — VEVARIA DESIGN SYSTEM
   ============================================================ */

/* 
   This file intentionally contains ONLY the theme trigger.
   All dark-mode values live in tokens.css under .theme-dark.
*/

body.theme-dark {
  color-scheme: dark;
}
