body {
    font-family: var(--font-main);
    line-height: 1.6;
    color: var(--color-white);
    background-color: var(--color-dark);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

p {
    margin-bottom: 1rem;
}

small {
    font-size: 0.875rem;
}

strong,
b {
    font-weight: 700;
}