:root {
  --brand-ink: #090b11;
  --brand-graphite: #111827;
  --brand-electric: #168df2;
  --brand-electric-dark: #0756b8;
  --brand-cyan: #23c7f7;
}

* {
  min-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
}

::selection {
  background: rgba(35, 199, 247, 0.32);
}

.text-balance {
  text-wrap: balance;
}

[data-mobile-menu] {
  transform-origin: top;
}

details > summary::-webkit-details-marker {
  display: none;
}

[data-lightbox-modal] img {
  background: #05070d;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
