html, body {
  font-family: "Georgia", "Times New Roman", Times, serif;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: "Georgia", "Times New Roman", Times, serif;

}

/* Paragraphs and text elements */
p, span, li, a, input, button, label {
  font-family: "Georgia", "Times New Roman", Times, serif;
}

/* Optional refinement */
a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
