* {
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "GmarketSansMedium";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
#event-banner {
  background-color: #e4f6fe;
}
#event-banner > h1 {
  text-align: center;
  font-size: 25px;
  font-family: "GmarketSansMedium", sans-serif;
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  color: #413231;
}
#event-banner > h1 > span {
  color: #EA6B6B;
}/*# sourceMappingURL=index.css.map */