/* SAUNA 로컬 폰트 정의 */

/* Pretendard Variable Font (무료 폰트) */
@font-face {
  font-family: 'Pretendard Variable';
  src: url('./PretendardVariable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+AC00-D7AF, U+1100-11FF, U+3130-318F, U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Phenomena Font (브랜드 네임 폰트) */
@font-face {
  font-family: 'Phenomena';
  src: url('./Phenomena-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Prime Font (브랜드 슬로건 폰트) */
@font-face {
  font-family: 'Prime';
  src: url('./Prime-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* 다국어 지원 폰트들 - 로컬 폰트로 전환 시 사용 */
/* 
@font-face {
  font-family: 'Noto Sans';
  src: url('./NotoSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans KR';
  src: url('./NotoSansKR-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
*/
