html {
  font-size: 16px;
}

::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-track {
  background: #0a0a0b;
}
::-webkit-scrollbar-thumb {
  background: #ff3f1a;
}
.text-stroke-premium {
  -webkit-text-stroke: 1px rgba(255, 63, 26, 0.3);
  color: transparent;
}
button:active,
a:active {
  transform: scale(0.98);
}
