:root {
  /* Pivni Lazne Color Palette - Based on Screenshot */
  --pivni-primary: #2c5f4f; /* Dark teal/green for main text */
  --pivni-accent: #d4af8e; /* Light gold/beige for accent */
  --pivni-background: #ffffff; /* Pure white background */
  --pivni-text: #2c5f4f; /* Dark teal for text */
  --pivni-text-accent: #d4af8e; /* Beige for accent text */

  /* Bootstrap Compatible Colors */
  --primary: var(--pivni-primary);
  --secondary: var(--pivni-accent);
  --light: var(--pivni-background);
  --dark: var(--pivni-text);
  --white: #ffffff;
  --black: #000000;
}
