@font-face {
    font-family: 'Supreme-Medium';
    src: url('../Assets/fonts/Supreme-Medium.otf');
    font-weight: 100;
    font-display: swap;
    font-style: normal;
}


.navbar {
    box-shadow: 0px 3px 6px #00000017;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
}

.nav-item img {
    width: 25px;
}

a {
    text-decoration: none;

}

.nav-item .nav-link {
    font-family: 'Supreme-Medium';
    color: #00225F;

}