@font-face {
    font-family: "Pretendard";
    src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff")
        format("woff");
    font-weight: 100;
    font-display: swap;
}

body {
    font-family: "Pretendard", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
}
