*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
}

input[type="range"] {
  accent-color: #111827;
}

#password {
  font-family: 'JetBrains Mono', 'Fira Code', 'Courier New', monospace;
}
