@import url("https://use.typekit.net/mkd2oiv.css");

html,
body {
  padding: 0;
  margin: 0;
  font-family: ivypresto-display, serif;
  background: url('/bg-paper.png'), #fffdfd;
  color: #333;
  font-size: clamp(1rem, 2.5vmin, 3rem);
  background-position: top center;
}

* {
  box-sizing: border-box;
}
