/* Aquire Bold - global web font.  The root assets directory is the live web root. */
@font-face {
  font-family: "Aquire";
  src: url("/assets/fonts/Aquire_Bold.woff2?v=20260912-fontfix2") format("woff2"),
       url("/assets/fonts/Aquire_Bold.ttf?v=20260912-fontfix2") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root { --aquire-font: "Aquire", sans-serif; }
html, body,
body *:not(.bi):not([class^="bi-"]):not([class*=" bi-"]) {
  font-family: var(--aquire-font) !important;
  font-weight: 700 !important;
}
button, input, select, textarea, option, table {
  font-family: var(--aquire-font) !important;
  font-weight: 700 !important;
}
.bi, .bi::before,
[class^="bi-"], [class*=" bi-"],
[class^="bi-"]::before, [class*=" bi-"]::before {
  font-family: "bootstrap-icons" !important;
  font-weight: normal !important;
}
