/* 本地字体配置 - 介绍页面使用的字体 */

/* Inter - 主要UI字体 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/inter-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/inter-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/inter-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/inter-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/inter-latin.woff2') format('woff2');
}

/* Allura - 装饰字体 */
@font-face {
  font-family: 'Allura';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/allura-latin.woff2') format('woff2');
}

/* Dancing Script - 手写字体 */
@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/dancingscript-latin.woff2') format('woff2');
}

/* Great Vibes - 优雅手写字体 */
@font-face {
  font-family: 'Great Vibes';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/greatvibes-latin.woff2') format('woff2');
}

/* Homemade Apple - 手绘字体 */
@font-face {
  font-family: 'Homemade Apple';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/homemadeapple-latin.woff2') format('woff2');
}

/* Sacramento - 使用 Dancing Script 作为备用 */
@font-face {
  font-family: 'Sacramento';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/dancingscript-latin.woff2') format('woff2');
}

/* Parisienne - 使用 Allura 作为备用 */
@font-face {
  font-family: 'Parisienne';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/allura-latin.woff2') format('woff2');
}

/* Mr De Haviland - 使用 Great Vibes 作为备用 */
@font-face {
  font-family: 'Mr De Haviland';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/greatvibes-latin.woff2') format('woff2');
}

/* Mrs Saint Delafield - 使用 Great Vibes 作为备用 */
@font-face {
  font-family: 'Mrs Saint Delafield';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/greatvibes-latin.woff2') format('woff2');
}

/* Ma Shan Zheng - 使用系统楷体作为备用 */
@font-face {
  font-family: 'Ma Shan Zheng';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('KaiTi'), local('楷体'), local('STKaiti'), local('华文楷体');
}
