/* =========================================================
   Y2SaverPro Global Typography
   Speed-first system font stack
   No external/local webfont request
   ========================================================= */

:root {
    --y2-global-font: Arial, Helvetica, sans-serif;
}

html,
body,
button,
input,
textarea,
select,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
label,
small,
strong,
span,
nav,
header,
footer {
    font-family: var(--y2-global-font) !important;
}

/* Keep icon fonts intact */
i[class^="fa-"],
i[class*=" fa-"],
.fa,
.fas,
.far,
.fal,
.fad,
.fab,
[class*="fa-"] {
    font-family:
        "Font Awesome 6 Free",
        "Font Awesome 6 Brands",
        sans-serif !important;
}
