:root {
  /* Initial theme — tune to match moosedog.fi; override later without logic changes */
  --md-bg: #f7f5f2;
  --md-surface: #ffffff;
  --md-text: #1a1a1a;
  --md-muted: #5c5c5c;
  --md-border: #d8d2c8;
  --md-accent: #0b5f4b;
  --md-accent-contrast: #ffffff;
  --md-font-sans: "Source Sans 3", "Segoe UI", sans-serif;
  --md-font-display: "Source Serif 4", Georgia, serif;
  --md-radius: 4px;
  --md-light-green: #00A877;
  --md-light-yellow: #FFAA00; /* amber traffic light */
  --md-light-red: #FF2A00;
}
