/* Fluffy — webfonts, self-hosted.
   Rubik variable font (weights 400–700) + italic 400, latin subset.
   SUBSTITUTION for the outlined brand wordmark face — replace with real
   brand font files if/when available. */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../../assets/fonts/rubik-var.woff2") format("woff2");
}
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../../assets/fonts/rubik-italic.woff2") format("woff2");
}
