/* December Theme: Winter Frost (Simplified) */
:root {
  /* =========================================
     1. Backgrounds & Surfaces
     ========================================= */
  --theme-background: #f8fafc; /* Slate 50 */
  --theme-forground: #232323;
  --theme-surface: #ffffff; /* White */
  --theme-surface-alt: #f1f5f9; /* Slate 100 */
  --bg-inset: #e2e8f0; /* Slate 200 */

  /* =========================================
     2. Typography
     ========================================= */
  --theme-primary: #0e182d; /* Slate 900 */
  --theme-secondary: #475569; /* Slate 600 */
  --theme-muted: #94a3b8; /* Slate 400 */
  --theme-inverse: #ffffff; /* White */

  /* =========================================
     3. Borders
     ========================================= */
  --theme-light: #cbd5e1; /* Slate 300 */
  --theme-default: #94a3b8; /* Slate 400 */
  --theme-strong: #475569; /* Slate 600 */
  --theme-soft: #aeaeae;

  /* =========================================
     4. Brand / Primary Action (Blue/Sky)
     ========================================= */
  --primary-main: #0369a1; /* Sky 700 - Main Buttons */
  --primary-hover: #0c4a6e; /* Sky 900 - Hover */
  --primary-light: #e0f2fe; /* Sky 100 - Active Backgrounds */
  --primary-border: #bae6fd; /* Sky 200 - Active Borders */

  /* =========================================

  /* =========================================


  /* Happening now ping */
  --effect-ping: #ff1818;

  /* Featuring Distinguished Voices Card */
  --primary-main-dark: #0f1e2e;
}
