@font-face {
    font-family: 'NoonnuBasicGothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noon-2410@1.0/NoonnuBasicGothicRegular.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}

* {
  box-sizing: border-box;
}

body{
  margin:0;
  min-height:100vh;
  background: var(--bg-body);
  font-family: 'NoonnuBasicGothic', system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans KR", sans-serif;
  color: var(--color-text-primary);
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

input, button, textarea, select {
  font: inherit;
}