/**
 * MOST (bridge) — tweakcn tokeni → Pilates Flow varijable
 * ========================================================
 * Ovaj fajl NE zamenjuješ ručno. Menjaš samo theme-tweakcn.css.
 * Sajt koristi --bg-deep, --accent, --text … iz style.css pravila.
 */

:root {
  /* Osnovni layout sajta */
  --bg-deep: hsl(var(--background));
  --bg-card: hsl(var(--card));
  --surface: hsl(var(--secondary));

  /* Brend / dugmad / akcenti (shadcn "primary" = naš glavni akcent) */
  --accent: hsl(var(--primary));
  --accent-soft: hsl(var(--primary) / 0.15);
  --accent-glow: hsl(var(--primary) / 0.45);

  --text: hsl(var(--foreground));
  --text-muted: hsl(var(--muted-foreground));
  --cream: hsl(var(--foreground));

  /* Zaobljenja: --radius dolazi iz theme-tweakcn.css */
  --radius-lg: calc(var(--radius) * 1.75);

  /* Dostupno za proširenja (forme, kartice, greške) */
  --color-border: hsl(var(--border));
  --color-input-border: hsl(var(--input));
  --color-ring: hsl(var(--ring));
  --color-primary-fg: hsl(var(--primary-foreground));
  --color-destructive: hsl(var(--destructive));
  --color-destructive-fg: hsl(var(--destructive-foreground));
  --color-card-fg: hsl(var(--card-foreground));
  --color-muted-bg: hsl(var(--muted));
}
