/* ============================================================
   Maxify Calculator — Default Theme (Minimalistic Black/White/Gray)
   This is the master Maxify branding theme.
   Sub-accounts override with their own theme CSS or config colors.
   ============================================================ */

:root {
  --mx-primary: #1a1a2e;
  --mx-secondary: #f5f5f5;
  --mx-accent: #0A7558;
  --mx-accent-secondary: #E8A820;
  --mx-text: #333333;
  --mx-text-light: #666666;
  --mx-background: #ffffff;
  --mx-surface: #f9f9f9;
  --mx-error: #dc3545;
  --mx-warning: #f0ad4e;
  --mx-success: #28a745;
  --mx-font-heading: 'Montserrat', sans-serif;
  --mx-font-body: 'Lato', sans-serif;
}
