/* Agdasima Font Face Definitions - Local Fonts */
/* 注意：woff2 文件可能不完整（只有 1.6KB），优先使用 TTF 文件 */
/* 使用相对路径，避免浏览器解析绝对路径时的路径重复问题 */
@font-face {
  font-family: 'Agdasima';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./agdasima-400.ttf') format('truetype'),
       url('./agdasima-400.woff2') format('woff2');
}

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

/* Note: Agdasima doesn't have weight 600, browser will use 700 for font-weight: 600 */

