html, body {
padding: 0;
margin: 0;
}
body {
min-height: 100dvh;
background-color: var(hsl(--background));
font-family: "Noto Sans KR", sans-serif;
font-optical-sizing: auto;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}