/*
 * Offline font fallback for AdminLTE pages.
 * Keeps the app from requesting Google Fonts when running without internet.
 */
:root {
  --font-family-sans-serif: "Segoe UI", Arial, sans-serif;
}

body,
button,
input,
select,
textarea {
  font-family: "Segoe UI", Arial, sans-serif;
}
