@font-face {
  font-family: 'Söhne';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/soehne-buch.woff2') format('woff2');
}

@font-face {
  font-family: 'Söhne';
  font-style: normal;
  font-weight: bold;
  src: url('/fonts/soehne-kraftig.woff2') format('woff2');
}

@font-face {
  font-family: 'Martina Plantijn';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/martina-plantijn-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Martina Plantijn';
  font-style: normal;
  font-weight: bold;
  src: url('/fonts/martina-plantijn-bold.woff2') format('woff2');
}

* {
  font-feature-settings:
    'case' var(--ot-case, off),
    'sinf' var(--ot-sinf, off);
}

.case {
  --ot-case: on;
}

.sinf {
  --ot-sinf: on;
}

b,
strong {
  font-weight: 600;
}

sub {
  font-size: 100%;
  font-variant-position: sub;
  line-height: inherit;
  vertical-align: baseline;
}

sup {
  font-size: 100%;
  font-variant-position: super;
  line-height: inherit;
  vertical-align: baseline;
}

math,
td,
time[datetime*=':'],
var {
  font-variant-numeric: lining-nums slashed-zero tabular-nums;
}
