body {
    color: var(--text);
    background: var(--bg);
    line-height: 1.5;
}

a {
    color: inherit;
}
