body {
    font-family: "Inter", sans-serif;
    background-color: var(--color-bg);
    color: var(--color-text);
    line-height: 1.4;
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    color: #142f3c;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.75rem;
}

h3 {
    font-size: 1.4rem;
}

p {
    margin-bottom: 16px;
}

.accent {
    color: var(--color-accent);
}