/* Subtle Gradient — Webfonts.
   Inter is the brand family (open-source). Served here from the jsDelivr @fontsource
   CDN as the variable font so every weight 100–900 + ss01/tnum features are available.
   To fully self-host, drop the .woff2 files into assets/fonts/ and repoint these src urls. */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("https://cdn.jsdelivr.net/npm/@fontsource-variable/inter@5.1.0/files/inter-latin-wght-normal.woff2") format("woff2-variations");
}
@font-face {
  font-family: "InterVariable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("https://cdn.jsdelivr.net/npm/@fontsource-variable/inter@5.1.0/files/inter-latin-wght-normal.woff2") format("woff2-variations");
}
