/*
  Self-hosted fonts (downloaded from Google Fonts, latin subset only).
  Both files are variable fonts: one physical file backs every declared
  weight below (the browser reads the requested weight from the font's
  own wght axis), so only one download per family is needed.
*/

@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url("../fonts/rubik-variable.woff2") format("woff2");
}

@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/quicksand-variable.woff2") format("woff2");
}
