:root {
    --primary-color: #004c9e;
    --menutext-color: #e2e2e2;
    --secondary-color: #525252;
    --header-color: #ffffff;
    --link-color: #004c9e;
    --body-font: 'Times New Roman', serif;
    --heading-font: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    --max-width: 1100px;
    --sidebar-width: 100px;
}

