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

header {
    background: linear-gradient(120deg, #f8f9fa, #e9ecef);
}

.bg-blue-custom {
    background-color: #102F72;
}
