/* TWK Lausanne — only the weights this site actually renders are shipped:
   - 200 (normal): the body default (style.css `body { font-weight: 200 }`)
   - 200 italic: <em>, .authors, and other italic body text (inherit weight 200)
   - 500 (normal): strong/b, pinned to 500 in style.css
   No bold (700) or other weights are used (strong is 500, not bold), and there is
   no bold-italic combination, so the rest of the family is intentionally omitted.
   woff2 only — supported by all current browsers. */

@font-face {
    font-family: 'TWK Lausanne';
    src: url('twk/twk200.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TWK Lausanne';
    src: url('twk/twk200i.woff2') format('woff2');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TWK Lausanne';
    src: url('twk/twk500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
