@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Lora", serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora", serif;
  font-weight: bold;
}
p,
li,
blockquote,
cite,
dd,
legend {
  font-family: "Lora", serif;
  line-height: 1.5;
}
dt,
address,
table,
label {
  font-family: "Raleway", sans-serif;
  font-size: smaller;
}
