:root {
    --theme-background-gradient-start: #009fda;
    --theme-background-gradient-stop: #0b5172;
    --theme-transparent: #00000000;
    --theme-error: #ffe4e4;
    --theme-error-dark: #800031;
    --theme-green-darker: #336633;
    --theme-green-dark: #669933;
    --theme-green-light: #66cc33;
    --theme-blue-dark: #006699;
    --theme-blue-light: #009fda;
    --theme-blue-lightest: #e6f3fc;
    --theme-blue-glow: #6097ba;
    --theme-orange-dark: #cb7e2b;
    --theme-orange-light: #e37222;
    --theme-orange-light-2: #e3722266;
    --theme-orange-lighter: #cc9933;
    --theme-orange-lighter2: #eeaa33;
    --theme-white: #fff;
    --theme-white2: #ffffffcc;
    --theme-black: #000;
    --theme-black-2: #00000099;
    --theme-black-3: #00000033;
    --theme-black-4: #00000030;
    --theme-grey-a4: #a4a4a4;
    --theme-grey-ca: #cacaca;
    --theme-grey-da: #dadada;
    --theme-grey-dc: #dcdcdc;
    --theme-grey-darker: #363636;
    --theme-grey-dark: #4a4a4a;
    --theme-grey-f6: #f6f6f6;
    --theme-grey-5: #555;
    --theme-grey-medium-darker: #525252;
    --theme-grey-medium-dark: #575757;
    --theme-grey-medium: #666;
    --theme-grey-7f: #7f7f7f;
    --theme-grey-7f-2: #7f7f7f66;
    --theme-grey-med-light: #818181;
    --theme-grey-light: #999;
    --theme-grey-d8: #d8d8d8;
    --theme-grey-lighter: #eee;
    --theme-grey-ed: #ededed;
    --theme-grey-lightest: #f6f6f6;
    --theme-reg-link-color: #009fda;
    --font-size-body-larger: 1.25rem;
    --font-size-body-large: 1.125rem;
    --font-size-body-medium: 1rem;
    --font-size-body-small: .875rem;
    --font-size-body-smaller: .8125rem;
    --font-size-footer: .875rem;
    --font-size-h1: 1.75rem;
    --font-size-h2: 1.5625rem;
    --font-size-h3: 1.25rem;
    --font-size-h4: 1.0625rem;
    --font-size-huge: 1.875rem;
    --font-size-label: .75rem;
    --font-size-link: .875rem;
    --font-size-nav: 1.125rem;
    --font-size-placeholder: 1rem;
    --font-size-timeline: 1.125rem;
    --font-size-utility: .9375rem;
    --content-width: 960px;
    --unit-preview-height: 22.2rem;
    --unit-preview-width: 19rem;
    --cricket-media-logo-width: 18.75rem;
    --cricket-media-logo-height: 3.5rem;
    --cricket-media-logo-margin-left: -.5rem;
    --landing-page-hero-url: 'assets/ieee/hero@2x.jpg';
}
