/* ==========================================================
   ECESSE ARAB — Tipografia
   Cormorant Garamond (headings) + Inter (corpo/UI)
   Noto Arabic aplicado via [lang="ar"] e .arabic-text
   ========================================================== */

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    color: #F5EDD6;
    margin-top: 0;
}

h1 { font-size: 48px; font-weight: 600; line-height: 1.15; }
h2 { font-size: 36px; font-weight: 600; line-height: 1.2;  }
h3 { font-size: 28px; font-weight: 400; line-height: 1.3;  }
h4 { font-size: 20px; font-weight: 500; line-height: 1.4;  }
h5 { font-size: 18px; font-weight: 500; line-height: 1.4;  }
h6 { font-size: 16px; font-weight: 500; line-height: 1.5;  }

/* Corpo */
body,
p,
li,
input,
select,
textarea,
button {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #D4C5A9;
}

small, .small { font-size: 13px; }
p { margin-bottom: 1.4em; }
p:last-child { margin-bottom: 0; }

/* Nome da marca no header */
.site-title,
.ast-site-identity .site-title a,
.ast-site-identity .site-title a:hover {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.04em;
    background: var(--ecesse-gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-decoration: none;
}

/* Tagline */
.site-description {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #8A7E68;
}

/* Textos em árabe */
[lang="ar"],
.arabic-text {
    font-family: 'Noto Naskh Arabic', Georgia, serif;
    direction: rtl;
    text-align: right;
}

[lang="ar"] p,
.arabic-text p,
[lang="ar"] span,
.arabic-text span {
    font-family: 'Noto Sans Arabic', sans-serif;
    font-size: 15px;
    line-height: 2;
}
