@charset "UTF-8";
/* ============================================================
   웹폰트 (로컬 호스팅) — Pretendard(본문) + 세방고딕(타이틀)
   · Pretendard : Thin(100)~Black(900) 9개 웨이트
   · Sebang    : Regular(400), Bold(700)
   · 사용 : body 기본, --font-title 토큰(root.css)
   ============================================================ */

/* ---- Pretendard (본문) ---- */
@font-face {
    font-family: "Pretendard";
    src: url("fonts/Pretendard-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Pretendard";
    src: url("fonts/Pretendard-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Pretendard";
    src: url("fonts/Pretendard-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Pretendard";
    src: url("fonts/Pretendard-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Pretendard";
    src: url("fonts/Pretendard-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Pretendard";
    src: url("fonts/Pretendard-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Pretendard";
    src: url("fonts/Pretendard-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Pretendard";
    src: url("fonts/Pretendard-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Pretendard";
    src: url("fonts/Pretendard-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* ---- 세방고딕 (타이틀) ---- */
@font-face {
    font-family: "SebangGothic";
    src: url("fonts/SebangGothic-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "SebangGothic";
    src: url("fonts/SebangGothic-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ---- 타이틀 적용 (전 페이지 공통) ---- */
.section-title,
.hero__title,
.footer__brand,
.footer__col h4,
.link-card__title,
.fn-brand__name,
.fullmenu__title,
.role__name,
.tile--survey .txt b,
.page-title h1,
.stats-summary h2,
.modal-header .modal-title {
    font-family: var(--font-title);
    letter-spacing: -0.01em;
}
