@import url("../fonts/inter/inter.css");

[type="radio"]:focus,
[type="text"]:focus {
  box-shadow: none !important;
}

.page-title {
  font-weight: 700;
  font-size: 1.5rem /* 24px */;
  line-height: 2rem /* 32px */;
  color: rgb(17 24 39);
  margin-bottom: 1.75rem /* 28px */;
}

@media (min-width: 768px) {
  .page-title {
    margin-left: 0;
  }
}
