:root {
    --brand-blue: #0C2D64;
}

html {
    scroll-behavior: smooth;
}

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

.font-fantasy {
    font-family: 'Cinzel', serif;
}

/* Ensures the dropdown stays open when hovering the bridge */
.group:hover .group-hover\:block {
    display: block;
}
