/* Sofia Cooltech — shared typography system.
   Barlow: headings/navigation/actions. Heebo: body copy/forms/footer. */
:root {
    --sct-font-heading: "Barlow", Arial, sans-serif;
    --sct-font-body: "Heebo", Arial, Helvetica, sans-serif;
}
html, body {
    font-family: var(--sct-font-body);
}
body, body p, body li, body td, body th, body label, body input, body textarea, body select, body button {
    font-family: var(--sct-font-body);
}
body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: var(--sct-font-heading) !important;
}
.sc-menu > li > a, .sc-mobile-menu a, .sc-mobile-toggle, .sc-header a {
    font-family: var(--sct-font-heading);
}
.sct-footer, .sct-footer * {
    font-family: var(--sct-font-body);
}
.sct-footer .sct-footer-title {
    font-family: var(--sct-font-heading);
}
/* Preserve the icon font families from the global typography rule. */
.fas, .far, .fal, .fad, .fa {
    font-family: "Font Awesome 5 Free" !important;
}
.fab {
    font-family: "Font Awesome 5 Brands" !important;
}
[class^="flaticon-"], [class*=" flaticon-"] {
    font-family: "ar-coder" !important;
}
