/* Brandon Grotesque 本地字体定义 */

/* Light (300) */
@font-face {
  font-family: 'brandon-grotesque';
  src: url('../font/brandon-grotesque-light.woff2') format('woff2'),
       url('../font/brandon-grotesque-light.woff') format('woff'),
       url('../font/brandon-grotesque-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Regular (400) */
@font-face {
  font-family: 'brandon-grotesque';
  src: url('../font/brandon-grotesque-regular.woff2') format('woff2'),
       url('../font/brandon-grotesque-regular.woff') format('woff'),
       url('../font/brandon-grotesque-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Medium (500) */
@font-face {
  font-family: 'brandon-grotesque';
  src: url('../font/brandon-grotesque-medium.woff2') format('woff2'),
       url('../font/brandon-grotesque-medium.woff') format('woff'),
       url('../font/brandon-grotesque-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Bold (700) */
@font-face {
  font-family: 'brandon-grotesque';
  src: url('../font/brandon-grotesque-bold.woff2') format('woff2'),
       url('../font/brandon-grotesque-bold.woff') format('woff'),
       url('../font/brandon-grotesque-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Typekit 兼容性字体名称 - 保持向后兼容 */
@font-face {
  font-family: 'tk-brandon-grotesque-n3';
  src: url('../font/tk-brandon-grotesque-n3.woff2') format('woff2'),
       url('../font/tk-brandon-grotesque-n3.woff') format('woff'),
       url('../font/tk-brandon-grotesque-n3.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'tk-brandon-grotesque-n4';
  src: url('../font/tk-brandon-grotesque-n4.woff2') format('woff2'),
       url('../font/tk-brandon-grotesque-n4.woff') format('woff'),
       url('../font/tk-brandon-grotesque-n4.otf.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'tk-brandon-grotesque-n5';
  src: url('../font/tk-brandon-grotesque-n5.woff2') format('woff2'),
       url('../font/tk-brandon-grotesque-n5.woff') format('woff'),
       url('../font/tk-brandon-grotesque-n5.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'tk-brandon-grotesque-n7';
  src: url('../font/tk-brandon-grotesque-n7.woff2') format('woff2'),
       url('../font/tk-brandon-grotesque-n7.woff') format('woff'),
       url('../font/tk-brandon-grotesque-n7.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
} 