@font-face {
  font-family: "Right Strongline Regular";
  src: url("assets/font/Right-Strongline-Regular-400.woff2") format("woff2"),
    url("assets/font/Right-Strongline-Regular-400.woff") format("woff"),
    url("assets/font/Right-Strongline-Regular-400.otf") format("otf");
  font-weight: normal;
  font-style: italic;
}

.lafuente-text-title {
  font-family: "Right Strongline Regular";
  font-weight: lighter;
  font-size: 10rem;
  font-style: italic;
  white-space: nowrap;
  line-height: 5rem;
}

.lafuente-text {
  color: #ccc;
  font-weight: normal;
  font-size: 2rem;
  font-style: normal;
}

@media (max-width: 768px) {
  .lafuente-text-title {
    line-height: 7rem;
  }
}

#header {
  background: rgba(12, 11, 9, 1);
  padding: 30px 0;
  min-height: 110px;
}

#header .logo img {
  margin-left: 0.6rem;
  margin-top: 0.7rem;
  max-height: 110px;
}

#topbar .languages ul a.active {
  color: inherit;
}

/* svg path {
  fill: white !important;
  color: white;
} */
