@font-face {
  font-family: 'Beon-Regular';
  src: url('../assets/fonts/Beon-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

:root > * {
  --md-primary-fg-color:        #CE3226;
}

.md-header__title {
  font-family: 'Beon-Regular', sans-serif;
  font-size: 1.2rem;
}

.md-header__topic:first-child {
  font-weight: 500;
}
