﻿@import url(https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap);

:root {
    --main: #213368;
    --main-alt: #213368;
    --back-button-color: #213368;
    --background: #E5E5E5;
    --background-image: url("/identity/images/ess/background.jpg");
    --text-color: #333133;
    --text-inverted-color: #333133;
    --label-color: #3F3F3F;
    --copyright-color: #333133;
    --title-font: 'Source sans pro', sans-serif;
    --anchor-color: #213368;
    --anchor-color-hover: #213368;
    --button-color: #213368;
    --button-text-color: #FFFFFF;
    --button-height: 55px;
    --button-padding: 8px;
    --button-font-size: 19.2px;
    --button-line-height: 20px;
    --button-font-weight: 600;
    --button-border-radius: 3.2px;
    --button-height-large: 55px;
    --button-padding-large: 18px;
    --button-font-size-large: 19px;
    --button-line-height-large: 20px;
    --button-font-weight-large: 600;
    --button-text-transform: none;
    --language-select-margin-top: 8px;
    --language-select-display: block;
}