@font-face {
    font-family: "Dana";
    src: url("../fonts/DanaVF.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --itoll-font-family: "Dana", "Vazirmatn", "IRANSansX", "Tahoma", "Arial", sans-serif;
    --theme-font-family: var(--itoll-font-family);
    --theme-heading-font-family: var(--itoll-font-family);
    --theme-button-font-family: var(--itoll-font-family);
    --theme-form-font-family: var(--itoll-font-family);
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
label,
summary,
button,
input,
select,
textarea,
.entry-title,
.page-title,
.site-title,
.ct-menu-link,
.ct-widget,
.ct-header,
.ct-footer,
.category-card,
.brand-card,
.brand-more,
.faq-section,
.woocommerce,
.woocommerce-page {
    font-family: var(--itoll-font-family) !important;
    font-feature-settings: "ss01";
}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a,
button,
input,
select,
textarea {
    font-family: inherit !important;
}
