html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: var(--body-font);
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
blockquote {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--display-font);
    line-height: 0.96;
    letter-spacing: -0.04em;
    color: inherit;
}

h1 {
    font-size: clamp(3.1rem, 7vw, 6.4rem);
}

h2 {
    font-size: clamp(2.2rem, 5vw, 4.4rem);
}

h3 {
    font-size: clamp(1.4rem, 2.6vw, 2rem);
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.22s ease, opacity 0.22s ease, transform 0.22s ease;
}

a:hover {
    color: var(--wood-dark);
}

strong {
    font-weight: 700;
}

small {
    color: var(--ink-muted);
    font-size: 0.92rem;
}

::selection {
    background: rgba(42, 165, 160, 0.22);
    color: var(--ink);
}
