/**
 * Web 字体定义文件
 * 为所有支持的语言定义 @font-face
 * 使用 font-display: swap 优化加载性能
 */

/* ============================================
   中文（简体）字体
   ============================================ */

/* 方正楷体 GB18030L2 - 用于简体中文 */
@font-face {
  font-family: 'FZKaiTi GB18030L2';
  src: url('../fonts/FZKT_GB18030L2.woff2') format('woff2'),
       url('../fonts/FZKT_GB18030L2.woff') format('woff'),
       url('../fonts/FZKT_GB18030L2.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ============================================
   中文（繁体）字体
   ============================================ */

/* FZKTB - 用于繁体中文 */
@font-face {
  font-family: 'FZKTB';
  src: url('../fonts/FZKTB.woff2') format('woff2'),
       url('../fonts/FZKTB.woff') format('woff'),
       url('../fonts/FZKTB.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ============================================
   中文特殊字体
   ============================================ */

/* 字酷堂框山楷书简繁 - 用于中文标题 */
@font-face {
  font-family: 'ZikuTangKuangShanKaiShuJF';
  src: url('../fonts/ZikuTangKuangShanKaiShuJF.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ============================================
   中文（繁体）字体
   ============================================ */

/* ============================================
   英文字体
   ============================================ */

/* Alverata CYR - Light */
@font-face {
  font-family: 'Alverata CYR';
  src: url('../fonts/AlverataCYR-Light.woff2') format('woff2'),
       url('../fonts/AlverataCYR-Light.woff') format('woff'),
       url('../fonts/AlverataCYR-Light.TTF') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Alverata CYR - Regular */
@font-face {
  font-family: 'Alverata CYR';
  src: url('../fonts/AlverataCYR-Regular.woff2') format('woff2'),
       url('../fonts/AlverataCYR-Regular.woff') format('woff'),
       url('../fonts/AlverataCYR-Regular.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Alverata CYR - Medium */
@font-face {
  font-family: 'Alverata CYR';
  src: url('../fonts/AlverataCYR-Medium.woff2') format('woff2'),
       url('../fonts/AlverataCYR-Medium.woff') format('woff'),
       url('../fonts/AlverataCYR-Medium.TTF') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Maiola CYR - Book */
@font-face {
  font-family: 'Maiola CYR';
  src: url('../fonts/MaiolaCYR-Book.woff2') format('woff2'),
       url('../fonts/MaiolaCYR-Book.woff') format('woff'),
       url('../fonts/MaiolaCYR-Book.TTF') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Maiola CYR - Regular */
@font-face {
  font-family: 'Maiola CYR';
  src: url('../fonts/MaiolaCYR-Regular.woff2') format('woff2'),
       url('../fonts/MaiolaCYR-Regular.woff') format('woff'),
       url('../fonts/MaiolaCYR-Regular.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Maiola CYR - Bold */
@font-face {
  font-family: 'Maiola CYR';
  src: url('../fonts/MaiolaCYR-Bold.woff2') format('woff2'),
       url('../fonts/MaiolaCYR-Bold.woff') format('woff'),
       url('../fonts/MaiolaCYR-Bold.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ============================================
   日文字体
   ============================================ */

/* SMotoya Sinkai Pro W3 - 用于日文 */
@font-face {
  font-family: 'SMotoya Sinkai Pro-W3';
  src: url('../fonts/zhuan_SMotoyaSinkaiPro-W3.woff2') format('woff2'),
       url('../fonts/zhuan_SMotoyaSinkaiPro-W3.woff') format('woff'),
       url('../fonts/zhuan_SMotoyaSinkaiPro-W3.TTF') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* SMotoya Sinkai Pro W5 - 用于日文（稍粗） */
@font-face {
  font-family: 'SMotoya Sinkai Pro-W5';
  src: url('../fonts/zhuan_SMotoyaSinkaiPro-W5.woff2') format('woff2'),
       url('../fonts/zhuan_SMotoyaSinkaiPro-W5.woff') format('woff'),
       url('../fonts/zhuan_SMotoyaSinkaiPro-W5.TTF') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* ============================================
   韩文字体
   ============================================ */

/* FZCW-XCM - 用于韩文 */
@font-face {
  font-family: 'FZCW-XCM';
  src: url('../fonts/FZCW-XCM.woff2') format('woff2'),
       url('../fonts/FZCW-XCM.woff') format('woff'),
       url('../fonts/FZCW-XCM.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* FZCW-XZM - 用于韩文（备用） */
@font-face {
  font-family: 'FZCW-XZM';
  src: url('../fonts/FZCW-XZM.woff2') format('woff2'),
       url('../fonts/FZCW-XZM.woff') format('woff'),
       url('../fonts/FZCW-XZM.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ============================================
   泰文字体
   ============================================ */

/* Bree THA - Book */
@font-face {
  font-family: 'Bree THA-Book';
  src: url('../fonts/BreeTHA-Book.woff2') format('woff2'),
       url('../fonts/BreeTHA-Book.woff') format('woff'),
       url('../fonts/BreeTHA-Book.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Bree THA - Light */
@font-face {
  font-family: 'Bree THA-Light';
  src: url('../fonts/BreeTHA-Light.woff2') format('woff2'),
       url('../fonts/BreeTHA-Light.woff') format('woff'),
       url('../fonts/BreeTHA-Light.OTF') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* ============================================
   通用 CJK 字体（备用）
   ============================================ */

/* Source Han Sans VF - 思源黑体可变字体 */
@font-face {
  font-family: 'Source Han Sans VF';
  src: url('../fonts/SourceHanSans-VF.woff2') format('woff2-variations'),
       url('../fonts/SourceHanSans-VF.woff') format('woff-variations'),
       url('../fonts/SourceHanSans-VF.ttf') format('truetype-variations');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
