/* Apply Raleway to the body */
body {
  font-family: "Raleway", sans-serif;
}

/* Apply Raleway to all headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 700; /* Make headings bold */
}

/* Apply Open Sans to paragraphs */
p {
  font-family: "Open Sans", sans-serif;
}
