.typo-hollow {
  & > span {
    color: var(--color-surface-strong);
    background: var(--color-text-strong);
    box-decoration-break: clone;
    padding: var(--space-tiny);
    max-width: max-content;
    display: inline-block;
  }
}

.font-headline {
  font-family: var(--font-family-sans);
}

.font-mono {
  font-family: var(--font-family-mono);
}

.typo-2xl {
  font-size: var(--font-size-2xl);
}

.typo-xl {
  font-size: var(--font-size-xl);
}

.typo-lg {
  font-size: var(--font-size-lg);
}

.typo-md {
  font-size: var(--font-size-md);
}

.typo-sm {
  font-size: var(--font-size-sm);
}

.-bold {
  font-weight: var(--font-weight-bold);
}

.-medium {
  font-weight: var(--font-weight-medium);
}

.-regular {
  font-weight: var(--font-weight-regular);
}
