.button {
  font-size: 0.75em;
  padding: 0.5em 1em;
  align-items: center;
  font-weight: 500;
}

.badge {
  border-radius: 999px;
  padding: 0.25em 0.75em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.button .badge {
  margin-left: -0.5em;
}

.ar-16x9 {
  aspect-ratio: 16 / 9;
}

.ar-4x3 {
  aspect-ratio: 4 / 3;
}

.ar-1 {
  aspect-ratio: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.25;
  font-style: normal;
  font-size: var(--scale-base);
  margin: 0;
  color: var(--color-text-secondary);
}

p {
  margin-block: 1em;
}

ol,
ul {
  margin-block: 1em;
}

a {
  color: inherit;
  text-decoration: none;
}

.link {
  color: var(--color-text-primary);
  text-decoration: underline;
}

.link:active {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}

.link:hover {
  color: var(--color-text-secondary);
}

abbr[title] {
  text-decoration-skip-ink: auto;
  /* text-decoration-color: var(--color-text-primary); */
  cursor: pointer;
  /* color: var(--color-text-secondary); */
}
