* {
  font-family: 'Roboto', sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: 'wdth' 100;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--bs-body-bg);
}

::-webkit-scrollbar-thumb {
  background: #a8a8a8;
}

::-webkit-scrollbar-thumb:hover {
  background: #888888;
}

[data-no-arrow]::after {
  content: none !important;
  display: none !important;
}

iframe {
  width: 100%;
  height: auto;
  min-height: 420px;
  border-radius: 0.75rem;
}

.img-landscape {
  aspect-ratio: 16 / 9;
  max-width: 512px;
}

.img-portrait {
  aspect-ratio: 9 / 16;
  max-height: 410px;
}

.img-square {
  aspect-ratio: 1 / 1;
  max-width: 216px;
}

.pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

textarea {
  min-height: 180px !important;
}

.accordion-button:not(.collapsed) {
  background: var(--bs-dark-bg-subtle) !important;
}

.home-banner {
  max-height: 200px;
}

img.asset-thumb {
  object-fit: contain;
  max-width: 512px;
  min-width: 128px;
  height: auto;
}

mark {
  background-color: #faf594;
  border-radius: 0.4rem;
  box-decoration-break: clone;
  padding: 0.1rem 0.3rem;
}

@media (min-width: 768px) {
  input[type='color'] {
    width: 50%;
  }
}

@media (max-width: 767.98px) {
  input[type='color'] {
    width: 100%;
  }
}
