@font-face {
  font-family: "Fraunces";
  src: url("/assets/fonts/Fraunces-VariableFont_SOFT,WONK,opsz,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces";
  src: url("/assets/fonts/Fraunces-Italic-VariableFont_SOFT,WONK,opsz,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("/assets/fonts/SpaceGrotesk-VariableFont_wght.ttf") format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
.icon-filled {
  font-variation-settings: "FILL" 1, "wght" 400;
}

body {
  font-family: "Space Grotesk", sans-serif;
  background-color: #17120E;
  color: #ece0d8;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Fraunces", serif;
}

.btn-gradient {
  background: linear-gradient(135deg, #febb75 0%, #dfa05d 100%);
}

/*# sourceMappingURL=styles.css.map */