@font-face {
  font-family: Segoe;
  src: url(../fonts/Segoe-UI.ttf);
}

body {
    font-family: Segoe;
    background-color: #faf8f7;
}

.offcanvas {
    transition: .3s;
}

#secbg {
  background-color: rgb(255, 255, 255, 0.8);
}

.list-group-item.active {
    background-color: rgb(124, 150, 165);
    border-color: rgb(124, 150, 165);
}

.logo {
	height: 100px;
}

.btn {
    --bs-btn-bg: rgb(124, 150, 165);
    --bs-btn-hover-bg: rgb(124, 150, 165);
    --bs-btn-active-bg: rgb(124, 150, 165);
}