/* GENERIRANO iz lovable/src/index.css in tailwind.config.ts – ne urejaj ročno. */
/* Zagon: node tools/tokens/build-tokens.mjs */
:root {
  --ge-background: 35 33% 97%;
  --ge-color-background: hsl(35 33% 97%);
  --ge-foreground: 222 23% 23%;
  --ge-color-foreground: hsl(222 23% 23%);
  --ge-card: 0 0% 100%;
  --ge-color-card: hsl(0 0% 100%);
  --ge-card-foreground: 222 23% 23%;
  --ge-color-card-foreground: hsl(222 23% 23%);
  --ge-popover: 0 0% 100%;
  --ge-color-popover: hsl(0 0% 100%);
  --ge-popover-foreground: 222 23% 23%;
  --ge-color-popover-foreground: hsl(222 23% 23%);
  --ge-primary: 222 23% 23%;
  --ge-color-primary: hsl(222 23% 23%);
  --ge-primary-foreground: 35 33% 97%;
  --ge-color-primary-foreground: hsl(35 33% 97%);
  --ge-secondary: 36 28% 95%;
  --ge-color-secondary: hsl(36 28% 95%);
  --ge-secondary-foreground: 222 23% 23%;
  --ge-color-secondary-foreground: hsl(222 23% 23%);
  --ge-muted: 35 15% 90%;
  --ge-color-muted: hsl(35 15% 90%);
  --ge-muted-foreground: 222 15% 40%;
  --ge-color-muted-foreground: hsl(222 15% 40%);
  --ge-accent: 37 41% 60%;
  --ge-color-accent: hsl(37 41% 60%);
  --ge-accent-muted: 33 42% 77%;
  --ge-color-accent-muted: hsl(33 42% 77%);
  --ge-accent-foreground: 0 0% 100%;
  --ge-color-accent-foreground: hsl(0 0% 100%);
  --ge-destructive: 0 84.2% 60.2%;
  --ge-color-destructive: hsl(0 84.2% 60.2%);
  --ge-destructive-foreground: 222 40% 98%;
  --ge-color-destructive-foreground: hsl(222 40% 98%);
  --ge-border: 35 20% 88%;
  --ge-color-border: hsl(35 20% 88%);
  --ge-input: 35 20% 88%;
  --ge-color-input: hsl(35 20% 88%);
  --ge-ring: 37 41% 60%;
  --ge-color-ring: hsl(37 41% 60%);
  --ge-teal: 166 32% 42%;
  --ge-color-teal: hsl(166 32% 42%);
  --ge-teal-foreground: 0 0% 100%;
  --ge-color-teal-foreground: hsl(0 0% 100%);
  --ge-mint: 128 12% 61%;
  --ge-color-mint: hsl(128 12% 61%);
  --ge-mint-foreground: 0 0% 100%;
  --ge-color-mint-foreground: hsl(0 0% 100%);
  --ge-radius: 0.75rem;
  --ge-hero-overlay: linear-gradient(135deg, hsla(222, 23%, 23%, 0.7) 0%, hsla(222, 23%, 23%, 0.4) 100%);
  --ge-gradient-accent: linear-gradient(135deg, hsl(37, 41%, 60%) 0%, hsl(37, 50%, 50%) 100%);
  --ge-shadow-elegant: 6px 12px 30px -4px hsla(222, 23%, 23%, 0.10);
  --ge-shadow-card: 8px 14px 36px -4px hsla(222, 23%, 23%, 0.11), 2px 5px 12px -2px hsla(222, 23%, 23%, 0.04);
  --ge-shadow-card-hover: 8px 14px 36px -4px hsla(222, 23%, 23%, 0.11), 2px 5px 12px -2px hsla(222, 23%, 23%, 0.04);
  --ge-font-display: Mandioca, system-ui, sans-serif;
  --ge-font-sans: 'DM Sans', system-ui, sans-serif;
  --ge-shadow-premium-soft: 3px 6px 18px -4px hsla(222, 23%, 23%, 0.06), 1px 2px 6px -2px hsla(222, 23%, 23%, 0.03);
  --ge-container-max: 1400px;
}
