/* iff */
:root {
    --theme: #426AB3;
    --background: #659AD2;
    --body: #D2DFF6;
    --h1text: white;
    --h2text: var(--theme);
}
