@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@1,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@800&display=swap");

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-text-fill-color: #a9dc76;
}

input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #78dce8;
}

.card {
  background-color: transparent;
}

.modal-content {
  background-color: #4D5154;
}
