

@font-face {
    font-family: 'Paperlogy-8ExtraBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy-5Medium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

        body * {
            font-family:  "Paperlogy-5Medium", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
            font-weight:400; 
        }

         h1{
            font-family:  "Paperlogy-5Medium", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
            font-weight:800; 
        }
         h2{
            font-family:  "Paperlogy-5Medium", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
            font-weight:600; 
        } 
         h3{
            font-family:  "Paperlogy-5Medium", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
            font-weight:600; 
        } 
         h4{
            font-family:  "Paperlogy-5Medium", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
            font-weight:600; 
        } 
         h5{
            font-family:  "Paperlogy-5Medium", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
            font-weight:600; 
        } 

        /* Primary color override */
        :root {
            --bs-primary: #036;
            --bs-primary-rgb: 0, 51, 102;
        }
        
        .btn-primary {
            --bs-btn-bg: #036;
            --bs-btn-border-color: #036;
            --bs-btn-hover-bg: #024;
            --bs-btn-hover-border-color: #024;
            --bs-btn-active-bg: #024;
            --bs-btn-active-border-color: #024;
        }
        
        .text-primary {
            color: #036 !important;
        }
        
        .bg-primary {
            background-color: #036 !important;
        }
        
        .border-primary {
            border-color: #036 !important;
        }
        a{color:#444; text-decoration:none; }
        .bold700{
            font-weight:700; 
        }

        .nav-link {
            font-weight:600; 
        }
        .away{
            font-weight:500; font-size:0.8em; color:#999;  
        }
        .away1{
            font-weight:500; font-size:0.8em; color:#666;  
        }
        .txt13{font-size:13px;  font-weight:600;   }
        .title{font-size:1.2em; }

        .activee{
            color:#0068b7;
        }
        .activee:hover{
            color:#003366;
        }

        .btn{
            font-family: 'Paperlogy-5Medium';
        }