/* Local copy of the variable fonts the demo apps imported from @fontsource,
   aliased to the exact family names their globals.css asks for so that file
   needs no edits. */
@font-face {
  font-family: "Inter Variable";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("inter-variable.woff2") format("woff2");
}

@font-face {
  font-family: "Nunito Sans Variable";
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url("nunito-sans-variable.woff2") format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("playfair-display-600.woff2") format("woff2");
}
