@font-face {
  font-family: 'authentic';
  font-style: normal;
  font-weight: 60;
  font-display: block;
  src: url("/authentic-sans-60") format("otf"),
    url("/authentic-sans-60") format("woff");
}

@font-face {
  font-family: 'authentic';
  font-style: normal;
  font-weight: 90;
  font-display: block;
  src: url("/authentic-sans-90") format("otf"),
    url("/authentic-sans-90") format("woff");
}

@font-face {
  font-family: 'authentic';
  font-style: normal;
  font-weight: bold;
  font-display: block;
  src: url("/authentic-sans-150") format("otf"),
    url("/authentic-sans-150") format("woff");
}


html {
  background-color: #fdf4e5;
  color: #373737;
}

a,
p,
h1,
h2,
h3,
h4 {
  /* color: #373737; */
  font-family: authentic, -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
  /* font-weight: 90; */
  /* text-decoration:none; */
  max-width: 600px;
  line-height: 1.5;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #373737;
}

.tabular {
  font-variant-numeric: tabular-nums;
  font-family: sans-serif;
}
