/* Remove the default outline on focused elements */
:focus,
button:focus {
outline: none;
}
body {
font-family: "Inter";