body {
    font-family: 'Inter', sans-serif;
    background: var(--color-bg);
    color: var(--color-text);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: -0.04em;
}

h1 {
    font-size: clamp(3rem, 12vw, 7.5rem);
}

h2 {
    font-size: clamp(2.2rem, 7vw, 5rem);
}

h3 {
    font-size: clamp(1.35rem, 4vw, 2rem);
}

p {
    line-height: 1.7;
    color: inherit;
}