/* Global Font Replacer - fallback styles (default: Poppins) */
body, html, h1, h2, h3, h4, h5, h6, p, a, span, li, div, input, select, button, textarea {
    font-family: 'Poppins', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
*::before, *::after {
    font-family: 'Poppins', inherit !important;
}
