@font-face {
  font-family: "ClashDisplay-Medium";
  src: url("../fonts/ClashDisplay-Medium.woff2") format("woff2"),
    url("../fonts/ClashDisplay-Medium.woff") format("woff"),
    url("../fonts/ClashDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
body {
  background-image: url("../../images/BACKGROUND.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Poppins", serif;
  overflow-x: hidden;
}
.hero-heading,
.section-heading,
.countdown,
.logo {
  font-family: "ClashDisplay-Medium", sans-serif;
}
h4 {
  font-family: "ClashDisplay-Medium", sans-serif;
}
.hero-content {
  background-image: url("../../images/hero-shadow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.word-spacing-025 {
  word-spacing: 0.025em;
}
