@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=Oswald:wght@200..700&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;
}

#logo-text {
    font-family: Oswald, serif;
    font-size: 2rem;
    font-weight: 200;
}