@font-face {
    font-family: 'Inter';
    font-weight: 400;
    src: url("/fonts/Inter-Regular.ttf") format('truetype');
    font-display: swap;
}

header{
    position: sticky;
    top: 0;
    z-index: 100;
}
nav {
    -webkit-box-shadow: 0px 3px 5px -4px rgba(0, 0, 0, 0.75);
    background-color: white !important;
}
.btn-custom {
    background-color: #3CB9B1;
    color: white !important;
    border: none;
}
#navbarNav {
    justify-content: flex-end;
}

a {
    color: #3CB9B1 !important;
    font-size: 16px !important;
    font-family: Inter, sans-serif;
    margin-left: 3px !important;
    margin-right: 3px !important;
}
.logo {
    height: 40px;
    cursor: pointer;
}

li {
    list-style: none;
}

.active{
    color: #298d85 !important;
}
