/* 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('/fonts/agdasima-400.ttf') format('truetype'),
       url('/fonts/agdasima-400.woff2') format('woff2');
}

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

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

