:root {
    --font-heading: 'Alexandria', sans-serif;
    --font-body: 'Cairo', sans-serif;
}

body,
input,
select,
textarea,
button,
.main-menu,
.theme-btn,
.card,
.footer-area {
    font-family: var(--font-body);
}

h1,
h2,
h3,
h4,
h5,
h6,
.sec__title,
.section-title h2,
.card-title,
.footer__title {
    font-family: var(--font-heading);
    letter-spacing: 0;
}
