/* ==========================================================
   TSCG — Typography
========================================================== */

.tscg-heading,
.tscg-heading h1,
.tscg-heading h2,
.tscg-heading h3,
.tscg-heading h4 {
    margin-top: 0;
    color: var(--tscg-heading);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 600;
    line-height: 1.2;
}

.tscg-heading-xl,
.tscg-heading-xl h1,
.tscg-heading-xl h2 {
    font-size: clamp(34px, 4vw, 52px);
}

.tscg-heading-lg,
.tscg-heading-lg h2 {
    font-size: clamp(30px, 3.4vw, 42px);
}

.tscg-heading-md,
.tscg-heading-md h3 {
    font-size: clamp(25px, 2.6vw, 32px);
}

.tscg-section-label,
.tscg-section-label p {
    margin-bottom: 12px;
    color: var(--tscg-primary);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.tscg-body,
.tscg-body p {
    color: var(--tscg-body);
    font-family: "Lora", Georgia, serif;
    font-size: 18px;
    line-height: 1.8;
}

.tscg-body-small,
.tscg-body-small p {
    color: var(--tscg-muted);
    font-family: "Lora", Georgia, serif;
    font-size: 15px;
    line-height: 1.7;
}

.tscg-text-center {
    text-align: center;
}