/* Load after Bootstrap so DM Sans applies without changing main stylesheet order */
:root {
  --font-family-sans-serif: "DM Sans", "Helvetica Neue", Arial, sans-serif;
}
body {
  font-family: "DM Sans", "Helvetica Neue", sans-serif !important;
}
