* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
}

@font-face {
  font-family: "SF_HambakSnow";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2106@1.1/SF_HambakSnow.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
:root {
  --primary: #33A56D;
  --secondary: #E6E8FF;
  --difference: #fff;
}

html {
  font-size: 16px;
}

body {
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  cursor: none;
}

#cursor {
  pointer-events: none;
  background-color: var(--difference);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  mix-blend-mode: difference;
  position: fixed;
  transition: transform 0.2s;
  z-index: 1000;
}

/* ---------- TEXT ---------- */
a, a:link, a:visited {
  color: inherit;
  text-decoration: none;
  cursor: none;
}

h1, h2, h3 {
  font-style: normal;
  font-weight: normal;
}

h1 {
  font-family: "SF_HambakSnow";
}

h2 {
  font-family: "Baskerville";
  font-style: italic;
}

p {
  font-family: "agchoijeongho-screen", sans-serif;
  letter-spacing: -0.5px;
}/*# sourceMappingURL=style.css.map */