/*
 * Pictoria One identity experiment v9.
 * The wordmark is an outlined SVG master. Running text remains “Pictoria One”.
 */

.wordmark {
  width: auto;
  height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 0;
  color: inherit;
  font-size: inherit;
  letter-spacing: normal;
  line-height: 0;
  white-space: nowrap;
}

.wordmark img {
  width: auto;
  height: 100%;
  display: block;
}

.footer-wordmark {
  height: 34px;
}

@media (max-width: 760px) {
  .wordmark {
    height: 25px;
  }

  .footer-wordmark {
    height: 30px;
  }
}
