/* FitInAMonth.com Theme - Energetic Fitness */
/* Colors are defined in tailwind.config.js (DaisyUI 'fitinamonth' theme) */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Open+Sans:wght@400;500;600;700&display=swap');

:root {
  --theme-font-heading: 'Bebas Neue', system-ui, sans-serif;
  --theme-font-body: 'Open Sans', system-ui, sans-serif;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: var(--theme-font-heading);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Green header for fitness - using DaisyUI primary color */
.theme-fitinamonth .navbar,
.theme-fitinamonth header nav {
  background-color: oklch(62% 0.19 145);
}

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