* {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

body {
    margin: 0;
    padding: 0;
    background-color: #f9fafb;
}

html {
    scroll-behavior: smooth;
}

.hero-section {
    min-height: 500px;
    display: flex;
    align-items: center;
}

#cookieBanner {
    box-shadow: 0 -4px 6px -1px rgba(0, 0, 0, 0.1);
}

form input:focus,
form select:focus,
form textarea:focus {
    border-color: #2563eb;
}

button {
    cursor: pointer;
    transition: all 0.3s ease;
}

a {
    transition: color 0.3s ease;
}