/* ============================================================================
   theme-sunwise.css — RESIDENTIAL SOLAR & BATTERY (NZ homeowners)
   ----------------------------------------------------------------------------
   PER-MARKET VALUES ONLY. Same variable names as theme-carbon.css.
   A market is chosen by loading exactly one theme file alongside tokens.css.
   Personality: trustworthy, calm, local — deep eco-teal + warm solar amber,
   sans-serif display, serif body.
   ========================================================================== */

:root {
  /* Brand & accent */
  --theme-brand:          #0E5E4E;
  --theme-brand-strong:   #0A463A;
  --theme-brand-soft:     #E4EFE9;
  --theme-accent:         #E6A23C;
  --theme-accent-strong:  #C9852A;
  --theme-accent-soft:    #FBEFD8;

  /* Neutrals & surfaces */
  --theme-bg:             #FBF9F4;
  --theme-surface:        #FFFFFF;
  --theme-surface-2:      #F4F1E9;
  --theme-text:           #1A1D1A;
  --theme-text-soft:      #3C423B;
  --theme-muted:          #6B716A;
  --theme-border:         #E5E1D6;
  --theme-link:           #0E5E4E;

  /* Typographic personality (font swap allowed per market) */
  --theme-font-display:   ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --theme-font-body:      "Iowan Old Style", "Palatino Linotype", "Charter", Georgia, Cambria, "Times New Roman", serif;
}
