:root[data-theme="light"] {
  --color-ring: 94 126 115;
    --color-muted: 244 246 248;
    --color-border: 0 0 0 / 0.06;
    --color-primary: 94 126 115;
    --color-success: 47 133 90;
    --color-warning: 170 110 40;
    --color-background: 250 250 248;
    --color-foreground: 17 24 39;
    --color-destructive: 185 60 60;
    --color-muted-foreground: 92 102 117;
    --color-primary-foreground: 255 255 255;
    --color-success-foreground: 255 255 255;
    --color-warning-foreground: 255 255 255;
    --color-destructive-foreground: 255 255 255;
}
:root[data-theme="dark"] {
  --color-ring: 200 217 197;
    --color-muted: 22 27 34;
    --color-border: 48 54 61;
    --color-primary: 200 217 197;
    --color-success: 134 196 152;
    --color-warning: 217 158 92;
    --color-background: 13 17 23;
    --color-foreground: 230 230 230;
    --color-destructive: 224 124 124;
    --color-muted-foreground: 139 148 158;
    --color-primary-foreground: 13 17 23;
    --color-success-foreground: 13 17 23;
    --color-warning-foreground: 23 23 23;
    --color-destructive-foreground: 23 23 23;
}
:root {
  --font-heading: 'IBM Plex Sans', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-body: 'IBM Plex Sans', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
body { font-family: var(--font-body); }
h1, h2, h3, h4, h5, h6 { font-family: var(--font-heading); }
