/* Caspian Web typography refresh
   Body: IRANSans (licensed font already present in the theme)
   Headings: Vazirmatn Round-Dots ExtraBold/Black (already present in theme assets)
*/
@font-face {
    font-family: "CaspianHeading";
    src: url("../assets/irfonts/vazir/Round-Dots/fonts/webfonts/Vazirmatn-RD-ExtraBold.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "CaspianHeading";
    src: url("../assets/irfonts/vazir/Round-Dots/fonts/webfonts/Vazirmatn-RD-Black.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --themeht-body-font-family: "IRANSans", sans-serif;
    --themeht-secondary-font-family: "CaspianHeading", "IRANSansb", sans-serif;
}

body,
p,
li,
input,
textarea,
select,
button,
.nav-link,
.dropdown-menu a {
    font-family: "IRANSans", sans-serif;
}

h1, h2, h3,
.h1, .h2, .h3,
.theme-title h1,
.theme-title h2,
.theme-title h3,
.page-title h1 {
    font-family: "CaspianHeading", "IRANSansb", sans-serif !important;
    font-weight: 900 !important;
    letter-spacing: -0.018em;
    line-height: 1.32 !important;
    text-transform: none;
}

h4, h5, h6,
.h4, .h5, .h6,
.card-title,
.service-title h4 {
    font-family: "CaspianHeading", "IRANSansb", sans-serif !important;
    font-weight: 800 !important;
    letter-spacing: -0.01em;
    line-height: 1.5 !important;
    text-transform: none;
}

.accordion-header,
.accordion-button {
    font-family: "IRANSansb", "IRANSans", sans-serif !important;
    letter-spacing: 0;
}

/* Headings should feel compact, not stretched across the page. */
.theme-title h2,
.page-title h1,
.banner h1 {
    max-width: 820px;
}

@media (max-width: 991px) {
    h1, .h1 { line-height: 1.36 !important; }
    h2, .h2 { line-height: 1.42 !important; }
}

@media (max-width: 767px) {
    h1, .h1 { line-height: 1.4 !important; letter-spacing: -0.012em; }
    h2, .h2 { line-height: 1.45 !important; letter-spacing: -0.01em; }
}
