/* Hello Elementor, Elementor Nav Menu and WordPress navigation blocks. */
:is(
    .elementor-nav-menu,
    .elementor-menu-toggle,
    .site-navigation,
    .primary-navigation,
    .main-navigation,
    .wp-block-navigation,
    .wp-block-navigation__responsive-container
) {
    font-family: "SPNA Site IRANSansX", Tahoma, Arial, sans-serif !important;
    font-synthesis: none;
    font-weight: 300;
}

:is(
    .elementor-nav-menu,
    .elementor-menu-toggle,
    .site-navigation,
    .primary-navigation,
    .main-navigation,
    .wp-block-navigation,
    .wp-block-navigation__responsive-container
) :is(a, button, span, li) {
    font-family: "SPNA Site IRANSansX", Tahoma, Arial, sans-serif !important;
}

/* Custom site navigation and mega-menu typography. */
.sp-nav__list,
.sp-nav__list *,
.sp-mega__tabs,
.sp-mega__tabs *,
.sp-mega__content,
.sp-mega__content * {
    font-family: "SPNA Site IRANSansX", Tahoma, Arial, sans-serif !important;
    font-weight: 300 !important;
}

.sp-mega__content :is(
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .sp-mega__title,
    .sp-mega__heading,
    [class*="title"]
),
.sp-mega__content :is(
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .sp-mega__title,
    .sp-mega__heading,
    [class*="title"]
) * {
    font-weight: 700 !important;
}

.sp-mega__content .sp-mega__entry-link--bold {
    font-weight: 700 !important;
}
