/*
 * Geist Sans v1.7.2
 * Copyright 2024 The Geist Project Authors
 * Licensed under the SIL Open Font License 1.1.
 * Source: https://github.com/vercel/geist-font
 * Full license: ../../fonts/geist/OFL.txt
 */
@font-face {
  font-family: "Geist";
  src: url("../fonts/geist/Geist-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Geist";
  src: url("../fonts/geist/Geist-VariableItalic.woff2") format("woff2");
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --font-sans: "Geist", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --staff-font-sans: var(--font-sans);
}

html,
body {
  font-family: var(--font-sans);
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
