/* Light mode specific styles */
[data-theme="light"] {
  --background: #ffffff;
  --foreground: #171717;
  --primary: #dc2626;
  --primary-foreground: #ffffff;
  --secondary: #f5f5f5;
  --secondary-foreground: #171717;
  --muted: #f5f5f5;
  --muted-foreground: #737373;
  --accent: #f5f5f5;
  --accent-foreground: #171717;
  --destructive: #ef4444;
  --destructive-foreground: #ffffff;
  --border: #e5e5e5;
  --input: #ffffff;
  --ring: #dc2626;
  --hero-bg: #f8fafc;
  --footer-bg: #f8fafc;
  --footer-border: #e5e5e5;
  --icon-filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
  --title-icon-filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
}

/* Light mode specific navbar background */
[data-theme="light"] .secondary-navbar {
  background: #ebeaea !important;
} 