/* Import Work Sans from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;600&display=swap');

/* General Styles */
body {
    font-family: 'Work Sans', sans-serif;
}

nav ul li a:hover {
    color: #d3d3d3 !important; /* Light grey on hover */
}
