/* ========================================
   THEME: DEFAULT (Modern Warm Orange)
   Applied to body.theme-default
   ======================================== */

body.theme-default {
  /* Primary Colors */
  --bg: #f5f9fc;
  --card: #ecf2f8;
  --text: #1a3a52;
  --text-light: #3d5a7a;
  --accent: #0066cc;
  --accent-light: #3385d6;
  --border: #005eb8;
  --primary: #004a94;
  --secondary: #003d7a;
}

body.theme-default {
    background-color: #cfe3f0;
    color: #1a3a52;
}
