:root {
    --benu-green: #58a618;
    --benu-grey: #AFBED4;
    --benu-celestial-blue: #468FE5;
    --benu-error-color: #E20044;
    --benu-link-green: #47820C;
    --disabled-grey: #60779B;
    --accessibilitygreen: #47820c;
    --success-message-green: #EEF9E5;
    --failed-message-red: #FCECF1;
    --warning-orange: #FFE2C9;
    --applicaton-font-family: Ubuntu;
    --header-row-color: #58a618;
    --buttons-bg-acc-blue: #376FB0;
    --header-row-height: 12px;
    --nav-bar-background-color: #FFFFFF;
    --benu-information-grey: #F5F5F5;
    --body-font-size: 16px;
    --body-line-height: 24px;
    --body-font-weight: 400;
    --body-color: var(--benu-royal-blue);
    --benu-heading-color: var(--benu-royal-blue);
    --h1-color: var(--benu-heading-color);
    --h1-font-weight: 700;
    --h1-font-size-big: 40px;
    --h1-font-size-small: 28px;
    --h1-line-height: 48px;
    --h1-line-height-small: 40px;
    --h1-margin-top: 40px;
    --h1-margin-bottom: 30px;
    --h2-font-size: 24px;
    --h2-line-height: 32px;
    --h2-font-weight: 700;
    --h2-font-style: normal;
    --h2-color: var(--benu-heading-color);
    --h3-font-size: 20px;
    --h3-line-height: 24px;
    --h3-font-weight: 700;
    --h3-color: var(--benu-heading-color);
    --h4-font-size: 16px;
    --h4-line-height: 24px;
    --h4-font-weight: 700;
    --h4-color: var(--benu-heading-color);
    --benu-input-border-radius: 0px 0px 12px 0px;
    --benu-popup-border-radius: 8px;
    --information-font-size: 14px;
    --information-font-style: normal;
    --information-font-weight: 400;
    --information-line-height: 14px;
    --btn-benu-button-background-color: var(--benu-royal-blue);
    --btn-benu-button-color: #ffffff;
    --benu-anti-flash-white: #EEF2F7;
    --benu-royal-blue: #002664;
    --pastel-blue: #AFBED4;
    --benu-background-color: #FFFFFF;
    --benu-background-color-grey: #F5F7F9;
    --benu-checkbox-border: #305592;
    --benu-button-padding: 16px 32px;
    --benu-label-color: var(--benu-royal-blue);
    --benu-label-font-size: 16px;
    --cta-font-size: 16px;
    --cta-line-height: 24px;
    --cta-font-weight: 700;
    --cta-font-style: normal;
    --cta-color: var(--benu-heading-color);
    --Mobile-size: 390px;
    --Tablet-size: 768px;
    --Desktop-s-size: 992px;
    --Desktop-m-size: 1200px;
    --Desktop-l-size: 1400px;
    --Desktop-xl-size: 1600px;
    --accessibility-outline: var(--accessibilitygreen) solid 2px;
    --accessibility-offset: 4px;
    --accessibility-border-radius: 8px;
}
