/* ================================================================
 * fonts-sogang.css — 서강대학교 폰트 @font-face (정적 파일)
 * (원본: src/common-layout.ts 의 commonFontFaceCSS / commonFontFaceHTML,
 *  그리고 commonHeaderHTML 내부 인라인 <style> @font-face 를 이 파일로 통일)
 * ================================================================ */
@font-face {
    font-family: 'Sogang University';
    src: url('/static/upload_files/SOGANGUNIVERSITYTTF.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
