/* Self-hosted variable fonts.
   Plus Jakarta Sans - UI / display / body (400–800).
   Playfair Display - italic serif accent only (500–700).
   Fraunces - editorial serif (OFL); used only on the Convertable app page,
   matching the app's own display font. */
@font-face{
  font-family:'Plus Jakarta Sans';
  font-style:normal;
  font-weight:400 800;
  font-display:swap;
  src:url('/fonts/jakarta.woff2') format('woff2');
}
@font-face{
  font-family:'Fraunces';
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
  src:url('/fonts/fraunces.woff2') format('woff2');
}
@font-face{
  font-family:'Playfair Display';
  font-style:italic;
  font-weight:400 700;
  font-display:swap;
  src:url('/fonts/playfair-italic.woff2') format('woff2');
}
