﻿:root {
    --primary-color: #002B49;
    --secondary-color: rgba(0, 43, 73, 0.87);
    --accent-color: #ED8B00;
    --link-color: #ED8B00;

    --side-menu-secondary-color: rgba(0, 43, 73, 0.87);
    --side-menu-secondary-color-rgb: #214661;
}