@font-face {
  font-family: my-font;
  src: url(../fonts/Courgette-Regular.ttf);
}
body a {
  text-decoration: none;
  color: #CDCAC6;
}

.menu-item {
  color: #CDCAC6 !important;
}
.menu-item a:hover {
  border-top: 4px double #83A89B;
  border-bottom: 4px double #83A89B;
  color: #83A89B;
  border-radius: 10px;
  transition: ease-in-out 0.3s;
}

.hamburger-menu {
  font-size: 30px;
  color: #CDCAC6 !important;
}

.menu-responsive-wrapper div {
  transition: 0.6s;
}
.menu-responsive-wrapper div a:hover {
  border-top: 4px double #333333;
  border-bottom: 4px double #333333;
  color: #333333;
  border-radius: 10px;
  transition: ease-in-out 0.3s;
}

.dropdown-item {
  color: #8D909E !important;
}