/* Change the font for the entire body */
body {
  font-family: 'Arial', sans-serif;
}

/* Change the font for headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Arial', sans-serif;
}

