:root {
  --color-brand-magenta: #9d2065;
  --color-brand-magenta-hover: #7d1850;
  --color-brand-blue: #006fb9;
  --color-brand-blue-hover: #005a99;
  --color-text-primary: #111111;
  --color-text-secondary: #595959;
  --color-border: #e8e6df;
  --color-surface-warm: #f8f8f6;
  --color-surface-shell: #fff8f8;
  --color-surface-stone: #f2f1ec;
  --app-content-padding: 22px;
  --color-surface-submitted: #f0f6fc;
  --color-error: #ba1a1a;
  --color-error-bg: #ffdad6;
  --font-family: 'Quicksand', -apple-system, BlinkMacSystemFont, sans-serif;
  --radius-input: 10px;
  --radius-button: 10px;
  --radius-card: 14px;
  --motion-fast: 0.15s ease;
}
