/* Peacock Website Custom Fonts */

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Bungee&family=Fredoka+One&family=Nunito:wght@400;700&family=Quicksand:wght@400;700&display=swap');

/* Define font families for use in your project */
:root {
  /* Main heading font - fun, bold and eye-catching */
  --font-heading: 'Futura', system-ui, sans-serif;
  
  /* Body text font - friendly but readable */
  --font-body: 'Quicksand', system-ui, sans-serif;
}

/* Optional: add special classes for your specific font styles */
.font-quicksand {
  font-family: 'Quicksand', sans-serif;
} 

.font-futura {
  font-family: 'Futura', sans-serif;
} 