/* ============================================================
   RIP NATION — self-hosted webfonts
   Served from this domain only; nothing is requested from
   Google or any other host.

   Archivo, Barlow Condensed and Inter are licensed under the
   SIL Open Font License 1.1; Roboto Mono under Apache 2.0.
   Latin subset only.

   Archivo, Inter and Roboto Mono are VARIABLE fonts — one file
   covers a whole weight range, so each declares its range and
   the browser interpolates. Barlow Condensed is not variable,
   so its three weights are separate files.
   ============================================================ */

@font-face{
  font-family:'Archivo';
  font-style:normal;
  font-weight:600 900;
  font-stretch:100%;
  font-display:swap;
  src:url(../fonts/archivo-var.woff2) format('woff2');
}
@font-face{
  font-family:'Archivo';
  font-style:italic;
  font-weight:600 900;
  font-stretch:100%;
  font-display:swap;
  src:url(../fonts/archivo-italic-var.woff2) format('woff2');
}

@font-face{
  font-family:'Barlow Condensed';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url(../fonts/barlow-condensed-500.woff2) format('woff2');
}
@font-face{
  font-family:'Barlow Condensed';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url(../fonts/barlow-condensed-600.woff2) format('woff2');
}
@font-face{
  font-family:'Barlow Condensed';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url(../fonts/barlow-condensed-700.woff2) format('woff2');
}

@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:400 800;
  font-display:swap;
  src:url(../fonts/inter-var.woff2) format('woff2');
}

@font-face{
  font-family:'Roboto Mono';
  font-style:normal;
  font-weight:500 700;
  font-display:swap;
  src:url(../fonts/roboto-mono-var.woff2) format('woff2');
}