/* Local Fonts - Caravan of Glory */

/* ARHei - 黑体 (主要正文字体) */
@font-face {
  font-family: 'ARHei';
  src: url('./ARHei.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ARHei';
  src: url('./ARHei.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ARKai_C - 楷体 (装饰性字体，用于标题等) */
@font-face {
  font-family: 'ARKai';
  src: url('./ARKai_C.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ARKai';
  src: url('./ARKai_C.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
