
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Outfit:wght@100..900&display=swap');

body {
    font-family: 'Nunito';
    }

    h1, h2, h3, h4, h5, h6 {
        font-family: 'Outfit';
        }

        #navbar {
            background: transparent;
            }

            #navbar .menu-item {
                font-weight: 600;
                    color: #00758e;
                    }