:root {
    --primary-color: #007BA4;
    --secondary-color: #012E56;
    --accent-color: #00AFCB;
    --light-bg: #F5F5F5;
    --text-dark: #080707;
    --text-muted: #6c757d;
    --border-light: #EFF0F0;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
