:root {
    --primary-color: #3f3f3f;
    --menutext-color: #e2e2e2;
    --secondary-color: #003fbd;
    --header-color: #e6e6e6;
    --link-color: #001580;
    --body-font: Arial, sans-serif;
    --heading-font: 'Times New Roman', serif;
    --max-width: 1100px;
    --sidebar-width: 100px;
}

