/* PairMe self-hosted type.

   SIX faces, per Chef's audit of every weight declaration that actually
   resolves to either family, including the ones hidden inside the CSS
   font: shorthand. Figtree 600 (146 sites) and Piazzolla 700 (7 sites)
   were missing from the earlier four-face ruling. Cutting to four left
   153 sites rendering synthetic bold, which never looks broken and stops
   being the typeface.

   Piazzolla 400 is genuinely unused and is not here. If a design asks for
   it, that is a mistake or a change, and this list needs revisiting.
   Do not quietly add a face.

   Drop the six .woff2 files beside this file. Names are load-bearing.
   Until they are there, the stacks below fall back to system faces and
   nothing breaks, it just looks wrong. See README.md to build them. */

@font-face{
  font-family:'Figtree';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('figtree-latin-400.woff2') format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face{
  font-family:'Figtree';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('figtree-latin-500.woff2') format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face{
  font-family:'Figtree';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('figtree-latin-600.woff2') format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face{
  font-family:'Figtree';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('figtree-latin-700.woff2') format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face{
  font-family:'Piazzolla';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('piazzolla-latin-600.woff2') format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face{
  font-family:'Piazzolla';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('piazzolla-latin-700.woff2') format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

:root{
  --font-display:'Piazzolla',Georgia,'Times New Roman',serif;
  --font-body:'Figtree',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
}
