        @font-face {
            font-family: 'Seongang';
            src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2312-1@1.1/SOGANGUNIVERSITYTTF.woff2') format('woff2');
            font-weight: normal;
            font-display: swap;
        }
        
        @font-face {
            font-family: 'Sweet';
            src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/SUITE-Light.woff2') format('woff2');
            font-weight: 300;
            font-display: swap;
        }
        
        @font-face {
            font-family: 'Sweet';
            src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/SUITE-Regular.woff2') format('woff2');
            font-weight: 400;
            font-display: swap;
        }
        
        @font-face {
            font-family: 'Sweet';
            src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/SUITE-Bold.woff2') format('woff2');
            font-weight: 700;
            font-display: swap;
        }

        .serif-font {font-family: "Seongang", serif;}
        .sans-serif-font {font-family: "Sweet", sans-serif;}

        body {
              font-family: "Sweet", sans-serif;
              font-weight: 300;
              word-break: keep-all;
        }

        h1, h2, h3 {font-family: "Seongang", serif; font-weight:normal}
