/**
 * Public Sans 字体本地化配置
 * 替代 Google Fonts CDN，提升中国大陆访问速度
 * 使用 TTF 格式（官方下载格式）
 */

/* Vuexy 实际使用的权重：300, 400, 500, 600, 700 */

@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/public-sans/PublicSans-Light.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/public-sans/PublicSans-LightItalic.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/public-sans/PublicSans-Regular.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/public-sans/PublicSans-Italic.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/public-sans/PublicSans-Medium.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/public-sans/PublicSans-MediumItalic.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/public-sans/PublicSans-SemiBold.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/public-sans/PublicSans-SemiBoldItalic.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/public-sans/PublicSans-Bold.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/public-sans/PublicSans-BoldItalic.ttf') format('truetype');
  font-display: swap;
}

/* 可选：额外权重（100, 200, 800, 900），按需启用 */
/*
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/public-sans/PublicSans-Thin.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 100;
  src: url('../fonts/public-sans/PublicSans-ThinItalic.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/public-sans/PublicSans-ExtraLight.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 200;
  src: url('../fonts/public-sans/PublicSans-ExtraLightItalic.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/public-sans/PublicSans-ExtraBold.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 800;
  src: url('../fonts/public-sans/PublicSans-ExtraBoldItalic.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/public-sans/PublicSans-Black.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 900;
  src: url('../fonts/public-sans/PublicSans-BlackItalic.ttf') format('truetype');
  font-display: swap;
}
*/
