/* Rime Finance — Webfonts
   Display: Funnel Display (Google Fonts ✓)
   Mono:    Geist Mono (Google Fonts ✓)
   Body:    Aspekta Variable — the real face, free & open-source, loaded from the
            Fontsource CDN below. Onest stays in the fallback stack. To self-host,
            replace the @font-face src with uploaded Aspekta web binaries.
   Icons:   Material Symbols Rounded — the icon system used throughout the file. */

@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&family=Geist+Mono:wght@100..900&family=Onest:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap');

/* Aspekta Variable — Rime's body face (open-source, via Fontsource CDN). */
@font-face {
  font-family: "Aspekta Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("https://cdn.jsdelivr.net/fontsource/fonts/aspekta:vf@latest/latin-wght-normal.woff2") format("woff2");
}
