:root {
    --primary-color: #009EE2;
    --secondary-color-dark: #000;
    --secondary-color-light: #ffff;
    --secondary-color-sat100: #99D8F3;
    --secondary-color-sat75: #B2E2F6;
    --secondary-color-sat50: #CCECF9;
    --secondary-color-sat25: #E5F5FC;
    --primary-color-hover: #14adec;
    --error-color: #b90000;
    --banner-width: 235px;
    --banner-height: 150px;
    --background-color: #009fe3;

    --medium-banner-width: 340px;
    --medium-banner-height: 225px;
    --thinMedium-banner-height: 170px;

    --primary-font: 'Magra';
    --secondary-font: 'Inter';

    --dark-blue: #2b2f86;
}