/* Original Satoshi webfonts from Fontshare; license and attribution are alongside the files. */
:root[data-font="satoshi"] { --font-ui: Satoshi, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
:root[data-font="inter"] { --font-ui: InterVariable, "Segoe UI", ui-sans-serif, system-ui, sans-serif; }
:root[data-font="segoe"] { --font-ui: "Segoe UI Variable", "Segoe UI", ui-sans-serif, system-ui, sans-serif; }

/* Original Inter 4.1 webfonts; SIL Open Font License and attribution accompany the files. */
@font-face {
  font-family: 'InterVariable';
  src: url('fonts/inter/InterVariable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'InterVariable';
  src: url('fonts/inter/InterVariable-Italic.woff2') format('woff2');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('fonts/satoshi/Satoshi-Variable.woff2') format('woff2');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('fonts/satoshi/Satoshi-VariableItalic.woff2') format('woff2');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}
