/* Self-hosted fonts. Generated by tools/build_fonts.py — do not hand-edit.

   TWO families, by design:
     Source Serif 4  — headings and display. It carries the brand: the "SEQUI"
                       in the logo is a high-contrast serif.
     Inter           — everything else: body text, navigation, buttons, labels,
                       the wordmark. One sans, used at different weights and
                       tracking, instead of a separate "tech" and a "mono" face.

   Why self-hosted: a third-party font CDN receives the visitor's IP address on
   every page view, which would have to be disclosed in the privacy notice.
   These are served from our own origin, so no third party sees the visitor.

   Variable axes are limited to the ranges the stylesheet uses; the font-weight
   declarations below match those ranges exactly. Subset: latin.

   Both families are licensed under the SIL Open Font License 1.1.
   Source Serif 4 (c) Adobe · Inter (c) The Inter Project Authors
   Full licence texts: https://openfontlicense.org/
*/

/* Source Serif 4 — variable, instanced to wght 400-600, opsz 16-60 */
@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url(../fonts/sourceserif.woff2) format('woff2');
}

/* Inter — variable, instanced to wght 400-700 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(../fonts/inter.woff2) format('woff2');
}
