/* Typography */
body {
    font-family: var(--font-family-primary);
    font-size: var(--font-size-body);
    line-height: var(--line-height-body);
}

h1 {
    font-size: var(--font-size-h1);
    font-weight: 700;
    line-height: 1.2;
}

h2 {
    font-size: var(--font-size-h2);
    font-weight: 700;
    line-height: 1.3;
}

p {
    font-size: var(--font-size-body);
    line-height: var(--line-height-body);
}
