﻿:root {
    --primary-dark-color: #003366;
    --primary-light-color: #45ABF6;
    --secondary-dark-color: green;
    --secondary-light-color: red;
    --toolbar-dark-color: black;
    --toolbar-light-color: white;
    --button-dark-color: green;
    --button-light-color: red;
    --link-dark-color: #24569C;
    --tournament-accent-color: #b12e34;
    --link-light-color: green;
    --background-active-color: white;
    --background-inactive-color: #003366;
    --input-group-color: #BCC6D8;
    --header-button-color: inherit;
    --small-logo: '/resources/_LogoSmall.png';
    --dashboard-background-color: #e5eaef;
    --headerheight: 70px;
    --toolbarheight: 40px;
    --sportinfo-heading-background: #b12e34;
}
