@font-face {
  font-family: 'Windows Bold';
  src: url('../assets/fonts/windows_2/windows-bold[1].ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Apply Windows Bold font only to titles/headings */
.md-typeset h1,
.md-typeset h2,
.md-typeset h3,
.md-typeset h4,
.md-typeset h5,
.md-typeset h6,
.md-header__title,
.md-header-nav__title {
  font-family: 'Windows Bold', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}
