/* Goertek 品牌字体 — Kontrapunkt 设计 */
@font-face {
  font-family: 'Goertek';
  src: url('../fonts/Goertek-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Goertek';
  src: url('../fonts/Goertek-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Goertek';
  src: url('../fonts/Goertek-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
