/* 自定义字体路径，覆盖CDN版本的字体引用 */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Material Design Icons';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('../fonts/materialdesignicons-webfont.woff2') format('woff2');
}