@font-face {
  font-family: jost;
  src: url("/remake/assets/ttf/Jost.ttf");
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
.highlight {
  color: #ceab61;
}
.hidden-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
body {
  font-family: jost, "Montserrat", sans-serif;
  margin: 0;
}
body header {
  color: #faf7e7;
}
body header h1,
body header h2,
body header h3 {
  font-weight: 750;
}
body header p {
  font-weight: 500;
}
body h1,
body h2,
body h3 {
  font-weight: 750;
}
body p {
  font-weight: 500;
}
