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: 1.03;
    letter-spacing: 0;
    color: inherit;
}

h1 {
    font-size: clamp(2.5rem, 4.8vw, 4.4rem);
}

h2 {
    font-size: clamp(1.95rem, 3.6vw, 3.25rem);
}

h3 {
    font-size: clamp(1.25rem, 1.9vw, 1.7rem);
}

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);
}
