/* Site-wide: Arial Narrow (+ fallbacks). Load after donate.css, before page CSS. */
html {
    font-family: "Arial Narrow", Arial, "Liberation Sans Narrow", "Helvetica Neue", Helvetica, sans-serif;
}

body {
    font-family: inherit;
}

/* Font Awesome 6 — keep icon glyphs (global text font would otherwise apply). */
.fa-solid,
.fas {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.fa-regular,
.far {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 400 !important;
}

.fa-brands,
.fab {
    font-family: "Font Awesome 6 Brands" !important;
}
