/* The original Cloudly Studio wordmark: title case, bold, blue final o. */
.cloudly-wordmark {
  display: inline-block !important;
  font-family: Inter, Arial, Helvetica, sans-serif !important;
  font-size: 27px;
  font-weight: 700 !important;
  line-height: 1.15;
  letter-spacing: -0.04em !important;
  white-space: nowrap;
  text-decoration: none;
  border: 0;
}
.cloudly-wordmark .wordmark-o {
  font: inherit !important;
  letter-spacing: inherit;
  color: #0052ff !important;
}
@media (max-width: 760px) {
  .cloudly-wordmark {
    font-size: 23px;
  }
  .site-header .brand.cloudly-wordmark {
    font-size: 23px;
  }
}
@media (max-width: 420px) {
  .site-header .language {
    display: block;
  }
  .site-header .header-contact {
    display: none;
  }
}
@media (max-width: 359px) {
  .site-header .header-contact {
    display: none;
  }
}
