/*
 * MUSICOFSUN CMS — System Dark Style Pack
 * Materializes the accepted virtual `dark / Тёмный базовый` style as a
 * protected physical system style pack without redesigning the public site.
 */

:root {
  --mos-system-dark-accent: #22d3ee;
  --mos-system-dark-background: #05070d;
  --mos-system-dark-surface: #0f172a;
  --mos-system-dark-text: #f8fafc;
  --mos-system-dark-muted: #94a3b8;
}

body.site-style-dark {
  color-scheme: dark;
}
