/* ================================================================
   Local Fonts — Google Fonts 本地化部署
   下载自 Google Fonts, 部署于内网服务器
   包含: Patrick Hand, Quicksand, Gaegu, Noto Sans SC, Inter,
         Roboto, Montserrat, Cinzel
   ================================================================ */

/* Patrick Hand (latin) */
@font-face {
  font-family: 'Patrick Hand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/lib/fonts/PatrickHand.ttf') format('truetype');
}

/* Quicksand */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/lib/fonts/Quicksand-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/lib/fonts/Quicksand-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/lib/fonts/Quicksand-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/lib/fonts/Quicksand-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/lib/fonts/Quicksand-Bold.ttf') format('truetype');
}

/* Gaegu */
@font-face {
  font-family: 'Gaegu';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/lib/fonts/Gaegu-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Gaegu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/lib/fonts/Gaegu-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Gaegu';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/lib/fonts/Gaegu-Bold.ttf') format('truetype');
}

/* Inter (可变字体, 包含 weight 300-800) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('/lib/fonts/Inter-Variable.ttf') format('truetype');
}

/* Roboto (可变字体, 包含 weight 300-700) */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/lib/fonts/Roboto.woff2') format('woff2');
}

/* Montserrat (可变字体, 包含 weight 400-700) */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/lib/fonts/Montserrat.woff2') format('woff2');
}

/* Cinzel (可变字体, 包含 weight 400-900) */
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('/lib/fonts/Cinzel.woff2') format('woff2');
}

/* Noto Sans SC (简体中文) */
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/lib/fonts/NotoSansSC-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/lib/fonts/NotoSansSC-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/lib/fonts/NotoSansSC-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/lib/fonts/NotoSansSC-Bold.ttf') format('truetype');
}
