@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html,
body {
    font-family: "Montserrat", serif;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    /* color: black; */
}

#main-nav {
    z-index: 9999;
    transition: background-color 0.4s ease, border-color 0.4s ease;
}

/* Ensure links transition smoothly */
.nav-link {
    transition: color 0.3s ease;
}

.nav-link:hover {
    transition: color 0.3s ease;
    color: oklch(54.6% 0.245 262.881)
}

.active {
    color: oklch(54.6% 0.245 262.881)
}