/* TV2Day.nl Theme - Vibrant Entertainment */
/* Colors are defined in tailwind.config.js (DaisyUI 'tv2day' theme) */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=Inter:wght@400;500;600&display=swap');

:root {
  --theme-font-heading: 'Outfit', system-ui, sans-serif;
  --theme-font-body: 'Inter', system-ui, sans-serif;
}

body {
  font-family: var(--theme-font-body);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--theme-font-heading);
  font-weight: 600;
}

/* Gradient header for TV2Day - using DaisyUI colors */
.theme-tv2day .navbar,
.theme-tv2day header nav {
  background: linear-gradient(135deg, oklch(55% 0.22 295) 0%, oklch(65% 0.24 350) 100%);
}

.theme-tv2day .navbar a,
.theme-tv2day header nav a {
  color: white;
}
