@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

html {
    scroll-behavior: smooth !important;
}

.header-menu > .nav-item a.nav-link{
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    text-transform: uppercase;
}

.navbar-brand-logo{
    height: 22px  !important;
}

.big-logo{
    height: 2.2rem;
}