

.p {
  padding: var(--size-4);
}

/* Text */
.title {
  font-size: var(--text-fluid-4xl);
  font-weight: var(--font-extrabold);
  text-wrap: balance;
}

/* Colorize */
.colorize--white {
  filter: invert(100%);
}

.hide-scrollbar-on-touch {
  @media (any-hover: none) {
    scrollbar-width: none;
  }
}
