/* 字体声明 - Bauhaus 字体 */
@font-face {
  font-family: 'Bauhaus';
  src: url('https://news.insidebrain.com/wp-content/themes/news-theme/assets/fonts/BauhausRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bauhaus';
  src: url('https://news.insidebrain.com/wp-content/themes/news-theme/assets/fonts/bauhaub.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bauhaus';
  src: url('https://news.insidebrain.com/wp-content/themes/news-theme/assets/fonts/BauhausItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bauhaus';
  src: url('https://news.insidebrain.com/wp-content/themes/news-theme/assets/fonts/BauhausBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

