body {
    margin: 0;
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: var(--text);
    background: var(--bg);
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

h1 {
    font-size: clamp(1.9rem, 3vw, 3.4rem);
}

h2 {
    font-size: clamp(1.5rem, 2.5vw, 2.5rem);
}

p {
    line-height: 1.8;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color 220ms ease;
}

img {
    max-width: 100%;
    display: block;
}
