/*
 * SITE FONT — Plus Jakarta Sans
 * To revert font only: remove assets/css/site-font.css links from layouts.
 */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
    --mf-font-family: 'Plus Jakarta Sans', sans-serif;
}

html,
body,
button,
input,
select,
textarea,
.btn,
.form-control,
.table,
h1, h2, h3, h4, h5, h6,
p, a, span, li, label,
.navbar, .dropdown-menu,
.mf-story-title,
.mf-rule-text,
.mf-pointer-list,
.voyage-card,
.contact-card,
.fare-card,
.booknow-label,
.thm-h h2 {
    font-family: var(--mf-font-family) !important;
}

/* Keep icon fonts intact */
.fa,
.fas,
.far,
.fab,
.fal {
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands", FontAwesome !important;
}

.material-icons {
    font-family: "Material Icons" !important;
}

[class^="ti-"],
[class*=" ti-"] {
    font-family: themify !important;
}

.ion,
[class^="icon-"],
[class*=" icon-"] {
    font-family: "Ionicons", ionicons !important;
}
