/*
 * Local font fallback for the ERP panels.
 * Keeping this local avoids login/header rendering depending on Google Fonts.
 */
body,
button,
input,
select,
textarea {
    font-family: Mada, "Segoe UI", Tahoma, Verdana, sans-serif;
}
