          @font-face {
    font-family: 'Welcome';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2110@1.0/OTWelcomeBA.woff2') format('woff2');
  }
/* .font-style-eng {
            font-family: 'Welcome', sans-serif;
        }  */

 .font-style-eng {
            font-family: 'Pretendard', sans-serif;
        }

		body  { font-family: 'Montserrat', 'Black Han Sans', sans-serif !important; }

  #premium-design-wrapper { font-family: 'Pretendard', sans-serif; overflow-x: hidden; width: 100%; position: relative; }
        #premium-design-wrapper .active-font { font-family: 'Montserrat', 'Black Han Sans', sans-serif; }







  #premium-design-wrapper {
                    --brand-dark: #1e2b58; 
            --brand-sub-red: #cf8a8a; 
            --brand-sub-green: #78b68a; 
         
            --brand-dark: #1e2b58; 
            --brand-accent: #1e2b58; /* 원색 빨강 대신 브랜드 컬러 사용 */
            --text-main: #1e293b;
            --text-sub: #64748b;
            --white: #ffffff;
            --bg-1: #f8fafc;
    --bg-2: #eff4f9; 
     --bg-neutral: #ffffff; 
            --glass-border: rgba(30, 43, 88, 0.08);
            --icon-bg-default: #f8fafc;
            
            background-color: var(--bg-neutral);
            color: var(--text-main);
          
         
            overflow: hidden;
        }
        /* 타이포그래피 (지정 클래스 준수) */
      
        .font-e1 { font-size: 60px; line-height: 1.1;  }
        .font-e2 { font-size: 24px;  }
        .font-e3 { font-size: 18px;  }
        .font-e4 { font-size: 0.95rem;  }

        .font-1 { font-size: 40px; }
.font-2 { font-size: 24px;  }
        .font-3 { font-size: 20px;   }
        .font-4 { font-size: 18px; }
.font-5 { font-size: 16px; }