* {
  margin: 0;
  padding: 0;
  font-family: "AdventSans";
}

input {
  font-family: "AdventSans";
}

h1,
h2,
h3 {
  font-family: "Libre Baskerville", serif;
}

@font-face {
  font-family: "AdventSans";
  src: url("/fonts/adventsans-logo-webfont.woff2") format("woff2"),
    url("/fonts/adventsans-logo-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Libre Baskerville";
  src: url("/fonts/LibreBaskerville-Regular.ttf") format("truetype");
}
