/* Fittie — Auto-generated from brand.json */
:root {
  --color-primary: #e63946;
  --color-primary-light: #ff6b6b;
  --color-primary-dark: #c1121f;
  --color-secondary: #457b9d;
  --color-accent: #f4a261;
  --color-bg: #faf8f8;
  --color-surface: #ffffff;
  --color-text: #1d3557;
  --color-text-muted: #6b7280;
  --color-border: #e5e5e5;
  --font-heading: Schibsted Grotesk', sans-serif;
  --font-body: Source Sans Pro', sans-serif;
  --font-mono: IBM Plex Mono', monospace;
}