/* Marbl self-hosted fonts (11 Aug 2026) - replaces the Google Fonts loads.
 * Same four variable woff2 files as the marbl.codes design system
 * (components/marbl-fonts + v3/assets). Self-hosted = no visitor IP to
 * Google (GDPR) and one less third-party dependency. ~167KB total.
 * Variable weight ranges cover every weight the Google URLs served
 * (Inter 400-700, Urbanist 700/800, Petrona italic 600/700). */
@font-face {
  font-family: 'Inter';
  src: url('./inter/inter-variable.woff2') format('woff2-variations'),
       url('./inter/inter-variable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urbanist';
  src: url('./urbanist/urbanist-variable.woff2') format('woff2-variations'),
       url('./urbanist/urbanist-variable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Petrona';
  src: url('./petrona/petrona-variable.woff2') format('woff2-variations'),
       url('./petrona/petrona-variable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Petrona';
  src: url('./petrona/petrona-variable-italic.woff2') format('woff2-variations'),
       url('./petrona/petrona-variable-italic.woff2') format('woff2');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
