html, body {
    height: 100%;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

a, .rz-link {
    text-decoration: none;
    color: var(--rz-primary);
}

a:hover {
    text-decoration: underline;
}
