/* ==============================
   本地 Google Fonts 字体定义
   将 Google Fonts 转换为本地资源
   避免依赖外网链接
   ============================== */

/* Advent Pro 字体 - 字重: 200, 300, 400, 500, 600, 700 */
@font-face {
  font-family: 'Advent Pro';
  font-style: normal;
  font-weight: 200;
  font-stretch: normal;
  font-display: swap;
  src: url('../fonts/google-fonts/advent-pro-200.ttf') format('truetype');
}

@font-face {
  font-family: 'Advent Pro';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url('../fonts/google-fonts/advent-pro-300.ttf') format('truetype');
}

@font-face {
  font-family: 'Advent Pro';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url('../fonts/google-fonts/advent-pro-400.ttf') format('truetype');
}

@font-face {
  font-family: 'Advent Pro';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url('../fonts/google-fonts/advent-pro-500.ttf') format('truetype');
}

@font-face {
  font-family: 'Advent Pro';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url('../fonts/google-fonts/advent-pro-600.ttf') format('truetype');
}

@font-face {
  font-family: 'Advent Pro';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url('../fonts/google-fonts/advent-pro-700.ttf') format('truetype');
}

/* Amatic SC 字体 - 字重: 400, 700 */
@font-face {
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/google-fonts/amatic-sc-400.ttf') format('truetype');
}

@font-face {
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/google-fonts/amatic-sc-700.ttf') format('truetype');
}

/* Lato 字体 - 字重: 400, 700 */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/google-fonts/lato-400.ttf') format('truetype');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/google-fonts/lato-700.ttf') format('truetype');
}
