/* Font Override for dark_blue.css */
/* This file overrides the Tahoma font in dark_blue.css */

body {
  font-family: "Inter", sans-serif !important;
}

/* Ensure all elements use Inter font */
* {
  font-family: "Inter", sans-serif !important;
}

