html {
    scroll-behavior: smooth;
}

* {
    font-family: "Karla", "Inter", serif, sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #00005D;
}

.bg-beige-aur {
    background-color: #FAF5EE;
}

#reset-button:hover svg, #reset-button-1:hover svg {
    transform: rotate(180deg);
}

.bg-l-blue-aur {
    background-color: #BBCCFF;
}

.bg-d-blue-aur {
    background-color: #111195;
}

.bg-d-blue-aur:hover {
    background-color: #0B0B64;
}

.border-d-blue-aur {
    border: 1px solid #111195;
}

.border-d-blue-aur:hover {
    background-color: #FFFFFF;
}

.text-d-blue-aur {
    color: #111195;
}

.min-h-40 {
    min-height: 10rem;
}
