@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 700;
  src: url(/assets/plugins/global/fonts/google/Inter-VariableFont_opsz\,wght.ttf) format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 300 700;
  src: url(/assets/plugins/global/fonts/google/Inter-Italic-VariableFont_opsz,wght.ttf) format('truetype');
}

.app-toolbar {
    background-color: #C6C441;
}

.bg-kitc {
  background-color: #C6C441;
}

.project-item.active {
  background-color: var(--bs-gray-200);
}

.kitc-cookie-banner {
  position: fixed;
  z-index: 105;
  bottom: 50px;
  left: 50px;
}