:root {
    --colorBody: #51545d;
    --colorHeading1: #791a3e;
    --colorHeading2: #791a3e;
    --colorHeading3: #54b0cb;
    --colorHeading4: #54b0cb;
    --colorHeading5: #54b0cb;
    --colorHeading6: #54b0cb;
    --colorLink: #54b0cb;
    --colorLinkHover: #3590ac;
    --colorBlockquote: #54b0cb;
    --colorOverline: #51545d;
    --colorAlertUrgent: #c7031e;
    --colorAlertUrgentText: #ffffff;
    --colorAlertInformational: #85c169;
    --colorAlertInformationalText: #ffffff;
    --colorAlertGeneral: #7aaecc;
    --colorAlertGeneralText: #ffffff;
    --colorButtonPrimaryText: #ffffff;
    --colorButtonPrimaryBackgroundHue: 356;
    --colorButtonPrimaryBackgroundSaturation: 58%;
    --colorButtonPrimaryBackgroundLightness: 38%;
    --colorButtonSecondaryText: #ffffff;
    --colorButtonSecondaryBackgroundHue: 225;
    --colorButtonSecondaryBackgroundSaturation: 7%;
    --colorButtonSecondaryBackgroundLightness: 34%;
    --borderRadiusButtons: 0px;
    --colorFooterBackground: #51545d;
    --colorContentBlockBackground: #51545d;
    --colorHorizontalRule: #54b0cb;
    --colorImageOverlay: #929292;
    --colorSvgFill: #54b0cb;
    --colorSvgBorder: #51545d;
    --fontSizeBody: 100%;
    --fontFamilyBody: 'Roboto Slab', 'Lucida Bright', Georgia, TimesNewRoman, 'Times New Roman', Times, Baskerville, serif;
    --fontSizeHeading1: 3rem;
    --fontFamilyHeading1: 'Roboto Slab', 'Lucida Bright', Georgia, TimesNewRoman, 'Times New Roman', Times, Baskerville, serif;
    --fontSizeHeading2: 2.625rem;
    --fontFamilyHeading2: 'Roboto Slab', 'Lucida Bright', Georgia, TimesNewRoman, 'Times New Roman', Times, Baskerville, serif;
    --fontSizeHeading3: 1.75rem;
    --fontFamilyHeading3: 'Roboto Slab', 'Lucida Bright', Georgia, TimesNewRoman, 'Times New Roman', Times, Baskerville, serif;
    --fontSizeHeading4: 1.5rem;
    --fontFamilyHeading4: 'Roboto Slab', 'Lucida Bright', Georgia, TimesNewRoman, 'Times New Roman', Times, Baskerville, serif;
    --fontSizeHeading5: 1.25rem;
    --fontFamilyHeading5: 'Roboto Slab', 'Lucida Bright', Georgia, TimesNewRoman, 'Times New Roman', Times, Baskerville, serif;
    --fontSizeHeading6: 1.125rem;
    --fontFamilyHeading6: 'Roboto Slab', 'Lucida Bright', Georgia, TimesNewRoman, 'Times New Roman', Times, Baskerville, serif;
    --fontSizeBlockquote: 2rem;
    --fontFamilyBlockQuote: 'Roboto Slab', 'Lucida Bright', Georgia, TimesNewRoman, 'Times New Roman', Times, Baskerville, serif;
    --fontSizeOverline: 1rem;
    --fontFamilyOverline: 'Roboto Slab', 'Lucida Bright', Georgia, TimesNewRoman, 'Times New Roman', Times, Baskerville, serif;
}