* { box-sizing: border-box; }

html,
body {
  min-width: 0;
  min-height: 100%;
  margin: 0;
  background: #0f1119;
  color: #fff;
  font-family: "Inter Display", Inter, Arial, sans-serif;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button,
input { font: inherit; }

button,
a { -webkit-tap-highlight-color: transparent; }

button { color: inherit; }

a { color: inherit; text-decoration: none; }

img { max-width: 100%; }
img[src*=".svg"] { object-fit: contain; }

button { transition: filter .16s ease, transform .16s ease, background .16s ease; }
button:hover { filter: brightness(1.12); }
button:active { transform: translateY(1px); }
button:focus-visible,
a:focus-visible { outline: 2px solid #97e0ff; outline-offset: 2px; }
