body {
    font-family: Inter, "Segoe UI", Roboto, sans-serif;
    background: var(--clr-bg);
    color: var(--clr-text);
    line-height: 1.6;
}

h1 {
    font-size: 2rem;
    font-weight: 700;
}

h2 {
    font-size: 1.6rem;
    font-weight: 600;
}

h3 {
    font-size: 1.2rem;
    font-weight: 600;
}

p {
    color: var(--clr-text-muted);
}

strong {
    color: var(--clr-text);
}

button {
    transition: var(--transition-normal);
}