/* Import Droid Serif from Google Fonts with necessary weights and styles */
@import url('https://fonts.googleapis.com/css2?family=Droid+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* Apply Verdana to all headings with a sans-serif fallback */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Verdana', Geneva, sans-serif;
}

/* Apply Droid Serif to the body for all paragraph text with a serif fallback */
body {
  font-family: 'Droid Serif', 'Times New Roman', serif;
}
