@font-face {
  font-family: "Thmanyah";
  src: url("fonts/thmanyah-light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Thmanyah";
  src: url("fonts/thmanyah-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Thmanyah";
  src: url("fonts/thmanyah-medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Thmanyah";
  src: url("fonts/thmanyah-bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
}

.offer-note {
  color: #f8ddb5;
  margin: 14px 0 0;
  font-size: 12px;
  line-height: 1.7;
}

.purchase-link[target="_blank"]::after {
  content: "↗";
  font-family: Arial, sans-serif;
  font-size: 0.75em;
  opacity: 0.7;
}

.purchase-link span[aria-hidden="true"] {
  display: none;
}

@media (max-width: 760px) {
  .offer-note {
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

.brand-logo-mark {
  padding: 5px;
  overflow: hidden;
}

.brand-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.footer-brand .brand-logo-mark {
  background: linear-gradient(145deg, #49378f, #2e2458);
}
