@font-face {
  font-family: "ONE-Mobile-Regular";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-Regular.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ONE-Mobile-Title";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-Title.woff")
    format("woff");
  font-weight: 400; /* normal 대신 400으로 명시 */
  font-style: normal;
}

/* 기본 폰트 설정 */
body {
  font-family: "ONE-Mobile-Regular", sans-serif;
}

/* 제목 관련 요소들 */
h1,
h2,
h3,
h4,
.page-title,
.banner-title,
.section-title,
.card-title,
.notice-tab,
.tab-menu label,
.banner-content h4,
.icon-menu span,
.quick-menu-item span {
  font-family: "ONE-Mobile-Title", sans-serif;
  font-weight: 400; /* regular weight 적용 */
}

/* 본문 관련 요소들 - 명시적으로 Regular 폰트 지정 */
p,
th,
td,
li,
.notice-item,
.card-content p,
.intro-card p,
.right-col li,
.background-list li,
.purpose-list li,
.detail-list li,
.timeline-item p,
.info-box p,
.banner-subtitle,
.breadcrumb span {
  font-family: "ONE-Mobile-Regular", sans-serif;
}
