/* Custom Stylesheet voor domein: City2City */
/* Doelgroep: iedereen */

:root {
    --primary-color: #4f46e5;
    --bg-color: #f8fafc;
}

body {
    background-color: var(--bg-color) !important;
}

.custom-hero {
    border: 3px dashed var(--primary-color);
    border-radius: 1rem;
    padding: 2.5rem;
    background: white;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
}

.custom-badge {
    background-color: var(--primary-color);
    color: white;
    font-weight: bold;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
}
