@font-face{
  font-family: "Untitled Sans";
  src: url("./untitled_sans_regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Optional: make the whole app use it */
html, body, #panel, #panel * {
  font-family: "Untitled Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}