/* Product brand tokens (light). Do not remap --bs-primary (existing btn-primary stays Bootstrap blue). */
/* EcoClinic dark overrides --eco-* locally in _base.css; do not put mint primary on --g-* (shell chrome aliases these). */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap');

:root {
  --g-primary: #1c4e3a;
  --g-primary-light: #2d8a66;
  --g-primary-subtle: #eef7f4;
  --g-accent: #e88d40;
  --g-bg: #f5f8f6;
  --g-surface: #ffffff;
  --g-text: #21352e;
  --g-muted: #5b756c;
  --g-border: #e0e9e5;
  --g-shadow: 0 4px 20px rgba(28, 78, 58, 0.06);
  --g-shadow-sm: 0 2px 8px rgba(28, 78, 58, 0.04);
  --g-radius: 12px;
  --g-radius-sm: 8px;
  --g-font-title: 'Outfit', 'Inter', sans-serif;
  --g-font-body: 'Inter', sans-serif;
  --g-motion-fast: 150ms;
  --g-motion-max: 300ms;
}
