@import url('https://fonts.googleapis.com/css2?family=Astloch:wght@400;700&display=swap');

p {
  background-color: white;
  color: black;
  font-family: serif;
}

h1 {
  background-color: white;
  color: black;
  font-family: 'Astloch', serif;
  font-weight: 700;
  font-style: normal;
}

.astloch-regular {
  font-family: "Astloch", system-ui;
  font-weight: 400;
  font-style: normal;
}

.astloch-bold {
  font-family: "Astloch", system-ui;
  font-weight: 700;
  font-style: normal;
}