/* tokens.healthcare.css - SculptAtlas "Botanica" identity (sage / wellness).
   SculptAtlas diverges from the shared clinical-blue family with a bespoke calm sage palette
   and an Outfit + Newsreader type pairing chosen with Rome 2026-06-07. Token NAMES stay the
   cross-engine contract; only values change. Load the web fonts in <head>:
   <link href="https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz@1,6..72&family=Outfit:wght@300;400;500;600;700&display=swap" rel="stylesheet"> */
:root {
  --color-primary: #2f6a52;
  --color-primary-dark: #234f3e;
  --color-accent: #2f6a52;
  --color-accent-soft: #d8e6dc;
  --color-bg: #e9efe7;
  --color-card: #fbfdf9;
  --color-ink: #1c2a23;
  --color-muted: #5c6b62;
  --color-border: #d6e0d4;
  --font-sans: Outfit, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-display: Outfit, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-serif: Newsreader, Georgia, "Times New Roman", serif;
  --radius: 16px;
  --space: 16px;
}
