@font-face {
  font-family: 'tobias';
  src: url('fonts/tobias-light.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'tobias';
  src: url('fonts/tobias-heavy.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

.b {
  font-weight: bold;
  font-size: 18pt;
  font-family: 'tobias', serif;
}

.n {
  font-weight: normal;
  font-size: 18pt;
  font-family: 'tobias', serif;
}