
@font-face {
    font-family: 'Barlow Condensed Basic';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('./fonts/Barlow_Condensed_Libre_Franklin/Barlow_Condensed/BarlowCondensed-SemiBold.ttf') format('truetype');
}


.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.btn-close:focus,
.btn-close:active,
.btn-close:focus {
    outline: none;
    box-shadow: none;
}
.offcanvas-title,
.nav-link{
    /* color:#1a3055 !important; */
    font-family: 'Barlow Condensed Basic' !important;
    font-size: 18px;
}

.nav-link:hover{
    /* background-color: #1a3055; */
    color: #111 !important;
}

.form-select:focus {
    border-color: unset;
    outline: none;
    box-shadow: none;
  }

.active{
    /* background-color: #1a3055; */
    color: #111 !important;
}



.btn-catering {
    --bs-btn-color: white;
    --bs-btn-bg: #2F2F2F;
    --bs-btn-border-color: #2F2F2F;
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: black;
    --bs-btn-hover-border-color: black;
    --bs-btn-focus-shadow-rgb: black;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: black;
    --bs-btn-active-border-color: black;
  }