@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,300&display=swap');

.main-menu nav > ul > li > a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: capitalize;
} 

/* Adjust logo size */
.header-logo a img {
    max-height: 100px; /* You can adjust this value to make the logo bigger or smaller */
} 

 