:root {
    --primary-color: #1e3a8a; /* Dunkelblau */
    --secondary-color: #3b82f6; /* Blau */
    --background-color: #f0f9ff; /* Hellblau */
    --text-color: #1e293b; /* Dunkelblau-Grau */
    --accent-color: #06b6d4; /* Cyan */
    --footer-bg: #e0f2fe; /* Hellblau */
    --footer-text: #1e293b;
    --link-color: #3b82f6;
    --link-hover: #06b6d4;
}