/* Fonts self-hosted (never the Google Fonts CDN — every pageview would leak the
   visitor IP to fonts.googleapis.com/fonts.gstatic.com before any consent choice,
   flagged CRITICAL by phase13 pii_egress_unapproved_destination).
   Latin subset only, pulled from Google Fonts' own woff2 files.

   Barlow Condensed — board lettering and display.
   Literata        — serif body (variable, 200..900). */

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/static/fonts/barlow-condensed-400-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/static/fonts/barlow-condensed-500-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/static/fonts/barlow-condensed-600-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/static/fonts/barlow-condensed-700-normal.woff2) format('woff2');
}

@font-face {
  font-family: 'Literata';
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url(/static/fonts/literata-variable-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Literata';
  font-style: italic;
  font-weight: 200 900;
  font-display: swap;
  src: url(/static/fonts/literata-variable-italic.woff2) format('woff2');
}
