/* reset */
html, body {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

a {
    text-decoration-skip: ink;
    color: currentColor;
}

:root {
    --riege-theme-color-primary-hue: 0;
    --riege-theme-color-primary-saturation: 0%;
    --riege-theme-color-secondary-hue: 48;
    --riege-theme-color-secondary-saturation: 100%;
}

#outlet { height: 100%;}