/* SNED_GLOBAL_FONT_PATCH_V1 — generated automatically */
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;600;700;800;900&display=swap');

:root {
    --sned-global-font: "Tajawal", Tahoma, Arial, sans-serif;
}

html,
body,
button,
input,
select,
textarea,
option,
optgroup,
table,
th,
td,
label,
legend,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
div,
li,
nav,
header,
footer,
section,
article,
aside,
main,
small,
strong,
b,
em,
blockquote,
figcaption,
.leaflet-container,
.leaflet-tooltip,
.leaflet-popup-content {
    font-family: var(--sned-global-font) !important;
}

/* Preserve common icon fonts. */
.fa,
.fas,
.fa-solid {
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", FontAwesome !important;
    font-weight: 900 !important;
}
.far,
.fa-regular {
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", FontAwesome !important;
    font-weight: 400 !important;
}
.fab,
.fa-brands {
    font-family: "Font Awesome 6 Brands", "Font Awesome 5 Brands" !important;
}
.bi::before {
    font-family: bootstrap-icons !important;
}
.material-icons,
.material-icons-outlined,
.material-symbols-outlined,
.material-symbols-rounded,
.material-symbols-sharp {
    font-family: "Material Symbols Outlined", "Material Icons" !important;
}
