/* ============================================================
   VISAHURRY — SELF-HOSTED FONTS (latin subsets, woff2)
   Fraunces (variable: opsz + wght) · Public Sans (variable: wght)
   IBM Plex Mono (400 / 500 / 600)
   Sourced from Fontsource (OFL licensed). No third-party requests.
============================================================ */

@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url('../fonts/fraunces-latin-opsz-normal.woff2') format('woff2-variations');
}
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-display: swap;
  font-weight: 100 900;
  src: url('../fonts/fraunces-latin-opsz-italic.woff2') format('woff2-variations');
}

@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url('../fonts/public-sans-latin-wght-normal.woff2') format('woff2-variations');
}
@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-display: swap;
  font-weight: 100 900;
  src: url('../fonts/public-sans-latin-wght-italic.woff2') format('woff2-variations');
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('../fonts/ibm-plex-mono-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url('../fonts/ibm-plex-mono-latin-500-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 600 700;
  src: url('../fonts/ibm-plex-mono-latin-600-normal.woff2') format('woff2');
}
