html,
body,
.alt-font,
.main-font,
.butn,
.navbar,
.form-control,
.card,
p,
li,
a {
    font-family: 'Mulish', sans-serif;
}

h1, h2, h3, h4, h5, h6,
.post-card__title,
.seo-hero__title,
.inner-hero h1 {
    font-family: 'Fraunces', 'Mulish', serif;
}

.fa, .fas, .far, .fab, .fal, .fad,
[class^="ti-"], [class*=" ti-"],
.lg-icon,
[class^="icon-"], [class*=" icon-"] {
    font-family: 'Material Symbols Outlined' !important;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    speak: never;
}

.fa:before, .fas:before, .far:before, .fab:before,
[class^="ti-"]:before, [class*=" ti-"]:before {
    font-family: inherit !important;
}

.fa-angle-up:before { content: "expand_less"; }
.fa-star:before { content: "star"; }
.fa-play:before { content: "play_arrow"; }
.fa-whatsapp:before { content: "chat"; }
.fa-angle-right:before { content: "chevron_right"; }
.fa-share-alt:before { content: "share"; }
.fa-phone:before { content: "call"; }
.fa-instagram:before { content: "photo_camera"; }
.ti-facebook:before { content: "public"; }
.ti-twitter-alt:before { content: "tag"; }
.ti-instagram:before { content: "photo_camera"; }
.ti-linkedin:before { content: "work"; }
.ti-user:before { content: "person"; }
.ti-arrow-right:before { content: "arrow_forward"; }
.ti-location-pin:before { content: "location_on"; }
.ti-mobile:before { content: "smartphone"; }
.ti-email:before { content: "mail"; }
.ti-headphone-alt:before { content: "headphones"; }
