body {
  font-family: "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

a,
button {
  transition: all 0.2s ease;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid #2a2a2a;
  outline-offset: 1px;
  border-color: #2a2a2a;
}
