html {
    scroll-behavior: smooth;
}

body {
    text-rendering: optimizeLegibility;
}

.nav-link,
.mobile-link {
    transition: color 0.2s ease, background-color 0.2s ease;
}
