:root {
    --colorBody: #1B335D;
    --colorHeading1: #00769B;
    --colorHeading2: #00769B;
    --colorHeading3: #00769B;
    --colorHeading4: #C1292D;
    --colorHeading5: #5c5c5c;
    --colorHeading6: #00769B;
    --colorLink: #F29C46;
    --colorLinkHover: #dd9146;
    --colorBlockquote: #C1292D;
    --colorOverline: #C1292D;
    --colorAlertUrgent: #C1292D;
    --colorAlertUrgentText: #ffffff;
    --colorAlertInformational: #F29C46;
    --colorAlertInformationalText: #ffffff;
    --colorAlertGeneral: #47B649;
    --colorAlertGeneralText: #ffffff;
    --colorButtonPrimaryText: #ffffff;
    --colorButtonPrimaryBackgroundHue: 30;
    --colorButtonPrimaryBackgroundSaturation: 87%;
    --colorButtonPrimaryBackgroundLightness: 61%;
    --colorButtonSecondaryText: #ffffff;
    --colorButtonSecondaryBackgroundHue: 194;
    --colorButtonSecondaryBackgroundSaturation: 100%;
    --colorButtonSecondaryBackgroundLightness: 30%;
    --borderRadiusButtons: 25px;
    --colorFooterBackground: #1B335D;
    --colorContentBlockBackground: #00769B;
    --colorHorizontalRule: #F29C46;
    --colorImageOverlay: #1B335D;
    --colorSvgFill: #C1292D;
    --colorSvgBorder: #1B335D;
    --fontSizeBody: 100%;
    --fontFamilyBody: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    --fontSizeHeading1: 3rem;
    --fontFamilyHeading1: 'Roboto Slab', 'Lucida Bright', Georgia, TimesNewRoman, 'Times New Roman', Times, Baskerville, serif;
    --fontSizeHeading2: 2.25rem;
    --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: 1.25rem;
    --fontFamilyBlockQuote: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    --fontSizeOverline: 1rem;
    --fontFamilyOverline: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}