@font-face {
    font-family: 'Forma Medium';
    src: url(../../assets/fonts/forma_medium.woff) format('woff');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'Forma Regular';
    src: url(../../assets/fonts/forma_regular.woff) format('woff');
    font-style: normal;
    font-weight: 400;
}

@media (min-width: 640px) and (max-width: 875px) {
  #nav-logo {
    display: none;
  }
}

body {
    font-family: 'Forma Regular', serif;
}

.header-font {
    font-family: 'Forma Medium', serif;
}

.splide__pagination {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
  margin-top: 1.75rem;
  bottom: 0;
  z-index: 10;
}

.splide__pagination__page {
  width: 32px !important;
  height: 3px !important;
  border-radius: 2px !important;
  background-color: #d1d5db !important;
  opacity: 0.6;
  transition: all 0.3s ease;
  border: none !important;
}

.splide__pagination__page.is-active {
  background-color: #767cc4 !important;
  width: 40px !important;
  opacity: 1;
}