body {
    font-family: var(--font-body);
    font-size: var(--fs-body);
    background-color: var(--color-bg-main);
    color: var(--color-text-primary);
}

/* ===== HEADINGS ===== */

h1,
h2,
h3 {
    font-family: var(--font-display);
    font-weight: 600;
    line-height: 1.1;
}

/* Hero-title finjusteras separat */
h1 {
    font-size: var(--fs-h1);
}

/* Section titles – editorial känsla */
h2 {
    font-size: var(--fs-h2);
    letter-spacing: -0.015em;
}

h3 {
    font-size: var(--fs-h3);
}

/* ===== BODY TEXT ===== */

p {
    color: var(--color-text-secondary);
    max-width: 60ch;
}

/* ===== HERO SUBTITLE ===== */

.hero-subtitle {
    font-size: 0.95rem;
    letter-spacing: 0.01em;
    margin-top: 1.2rem;
    margin-bottom: 3.2rem;
}
