@import url(https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Parisienne&display=swap);

/* You can add global styles to this file, and also import other style files */
html, body, div {
  margin: 0;
  box-sizing: border-box;
}
html, body {
  overflow-x: hidden;
}
html.disable-scroll, body.disable-scroll {
  overflow-y: hidden;
}
html {
  background: whitesmoke;
  font-family: "Cormorant Garamond", serif;
}
html h1 {
  font-family: "Parisienne", serif;
  font-size: 44px;
  font-weight: 400;
  color: black;
  padding: 0 20px;
  background: -webkit-gradient(transparent 45%, rgba(191, 181, 124, 0.75) 46%, rgba(191, 181, 124, 0.75) 55%, transparent 56%);
  background: linear-gradient(transparent 45%, rgba(191, 181, 124, 0.75) 46%, rgba(191, 181, 124, 0.75) 55%, transparent 56%);
}
html input, html select, html button {
  font-family: "Cormorant Garamond", serif;
}
section {
  min-height: 568px;
}
.spotify iframe {
  border-radius: 10px;
  overflow: hidden;
  border: solid #333;
  border-width: 2px 1px 1px 1px;
}
@media only screen and (max-width: 568px) {
  html h1 {
    font-size: 30px;
  }
}

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