@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');

html,
body {
    width: 100%;
    height: auto;
    font-family: 'Nanum Gothic', sans-serif;
}