@font-face {
  font-family: "Oxanium";
  src: url("./fonts/Oxanium-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --font-geist-sans: "Oxanium";
  --font-geist-mono: "Oxanium";
}

body,
button,
input,
select,
textarea,
.rail-mark,
.eyebrow,
.panel-kicker,
.topbar h1,
.panel-heading h2,
.sheet-heading h2,
.income-amount,
.guardrail-label,
.guardrail-limit,
.remaining-amount,
.tips-amount {
  font-family: "Oxanium", ui-sans-serif, system-ui, sans-serif;
}
