﻿@charset "utf-8";

@font-face {
  font-family: 'Pretendard';
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: 
    /* .woff 파일은 없다 — 2026-08-20 에 참조를 지웠다(끊긴 링크였다).
       woff2 를 못 읽는 브라우저(IE11)는 이 사이트의 grid·clamp 를 어차피 못 쓴다. */
    url('../../vendor/pretendard/1.3.9/PretendardVariable.woff2') format('woff2');
}
/* Nunito Sans 가변 폰트 (영문) — wght 축 200~1000 */
@font-face {
  font-family: 'Nunito Sans';
  font-weight: 200 1000;
  font-style: normal;
  font-display: swap;
  src:
    url('../../vendor/nunito_sans/NunitoSans-VariableFont.ttf') format('truetype');
}

/* Material Icon*/
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  src: url("../../vendor/material-icons/MaterialSymbolsOutlined.woff2") format("woff2");
  font-display: block;
}

/* Material Symbols 기본 클래스 (디자이너 common.css 기준 — 워크스페이스 common.css 에 없어 보강, 클BB36~1.MD §3-1).
   main.css 엔 스코프 룰(font-size 등)만 있고 font-family 바인딩이 없어 아이콘이 글자로 보이는 문제 해소. */
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}
