﻿/* Colors */
:root {
    --primary-color: #213976;
    --secondary-color: #ffffff;
    --secondary-alt-color: #555555;
    --third-color: #d7df23;
    --menu-header-text-color: #ffffff;
    --menu-header-text-hover-color: #d7df23;
    --menu-left-text-color: #555555;
    --menu-left-counter-color: #213976;
    --sub-menu-left-text-color: #555555;
}