@font-face {
  font-family: dosis;
  src: url("../Dosis-VariableFont_wght.ttf");
}
@font-face {
  font-family: worksans;
  src: url("../WorkSans-VariableFont_wght.ttf");
}
.dosis {
  font-family: dosis !important;
}

.worksans {
  font-family: worksans !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

:root {
  --bs-body-font-family: "dosis";
}

.logo {
  max-width: 120px;
}

a {
  color: var(--bs-secondary-color) !important;
}
a:hover {
  color: var(--bs-link-color-rgb) !important;
}

nav .menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
nav .menu ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .menu ul li {
  margin: 0;
  padding: 0 16px;
}
@media (max-width: 575px) {
  nav .menu ul li {
    padding: 0 10px;
  }
}
nav .menu ul li.selected a {
  opacity: 0.75;
  font-weight: 500 !important;
}
nav .menu ul li a {
  text-decoration: none;
  color: var(--bs-body-color);
  text-transform: uppercase;
}
nav .menu ul li a:hover {
  opacity: 0.75;
}

#grid .project {
  overflow: hidden;
}
#grid .project .wrapper {
  position: relative;
  overflow: hidden;
  transition: 0.2s;
}
#grid .project .wrapper p {
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: center;
  opacity: 0;
  transition: 0.2s ease-in;
}
#grid .project .wrapper p span:first-of-type {
  font-size: 22px;
}
#grid .project .wrapper p span:last-of-type {
  font-size: 16px;
}
#grid .project img {
  transition: 0.2s;
}
#grid .project:hover .wrapper:has(a) {
  background: #000;
  transition: 0.2s;
}
#grid .project:hover .wrapper:has(a) p {
  color: #fff !important;
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: 0.2s;
}
#grid .project:hover .wrapper:has(a) img {
  opacity: 0;
  transform: scale(1.05);
  transition: 0.2s ease-in;
}

footer .logo {
  max-width: 80px;
}
footer #to-top {
  width: 40px;
  height: 40px;
  text-align: center;
  background: #000;
  line-height: 31px;
}
footer #to-top svg {
  fill: #fff;
}

/*# sourceMappingURL=custom.css.map */
