<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nav,
h1 {
  font-family: 'Ladislav' !important;
}
a:hover,
.nav li:hover,
h1:hover,
.prev .label,
.next .label,
.people .name:hover,
.people .email:hover,
.projects &gt; *:hover .caption {
  color: #cd106c !important;
}
.nav li {
  text-transform: uppercase !important;
}
.nav li:hover {
  border-color: #cd106c !important;
}
.arrow,
.controls &gt; svg:hover {
  fill: #cd106c !important;
}
.nav svg:hover {
  stroke: #cd106c !important;
}
body &gt; header .nav {
  font-size: 3rem;
  letter-spacing: -0.055em;
}
@media screen and (min-width: 40em) and (max-width: 80em) {
  body &gt; header .nav {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 40em) {
  body &gt; header .nav {
    font-size: 1.5rem;
  }
}
body &gt; header .nav.categories {
  font-size: 2.35rem;
}
@media screen and (min-width: 40em) and (max-width: 80em) {
  body &gt; header .nav.categories {
    font-size: 2rem;
  }
}
@media screen and (max-width: 40em) {
  body &gt; header .nav.categories {
    font-size: 1rem;
  }
}
body &gt; header .nav li svg {
  fill: none;
  stroke: #000;
  width: 0.75em;
  height: 0.75em;
  position: relative;
  top: .1rem;
}
@media screen and (min-width: 40em) and (max-width: 80em) {
  body &gt; header .nav li svg {
    width: 1.70rem;
    height: 1.70rem;
  }
}
@media screen and (max-width: 40em) {
  body &gt; header .nav li svg {
    width: 1em;
    height: 1em;
    top: 0;
  }
}
body &gt; header .categories .category.active {
  color: #cd106c;
  border-bottom: none;
}
.project .project-info-placeholder h1 {
  letter-spacing: -0.055em;
}
.project .project-info .controls .close {
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  line-height: 100%;
  letter-spacing: -0.04em;
  text-align: center;
  vertical-align: top;
}
.project .project-info .controls .close:after {
  display: inline-block;
  margin-top: 5px;
  content: '×';
}
.project .project-info .controls .close:hover {
  color: #cd106c !important;
}
@media screen and (min-width: 40em) {
  .project .project-info .controls .close {
    font-weight: 600;
    text-align: left;
  }
}
.project .project-info .controls .prev,
.project .project-info .controls .next {
  background-size: 50% 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.project .project-info .controls .prev {
  background-image: url(prev_white.svg);
}
.project .project-info .controls .next {
  background-image: url(next_white.svg);
}
/*.tiles {
    .tile {
        cursor: url(/content/marvil/close-cursor.png) 12 12, pointer;
    }
}*/</pre></body></html>