@font-face {
  font-family: "BlueSadnessMenu";
  src: url("/assets/fonts/SF-Pro-Rounded-Bold.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400 900;
}

:root {
  --bs-site-font: "BlueSadnessMenu", "Arial Rounded MT Bold", "Segoe UI", Arial, sans-serif;
  --bs-menu-font: var(--bs-site-font);
}

html,
body,
button,
input,
select,
textarea {
  font-family: var(--bs-site-font);
}
