:root {
  --font-ui: "Poppins", sans-serif;
  --font-display: "Blacker Sans Pro", sans-serif;
}
*,
*::before,
*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  font-family: var(--font-ui) !important;
  background: #08090d;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input { font-family: var(--font-ui) !important; }
button { color: inherit; cursor: pointer; }
img { display: block; max-width: 100%; }
