@media (max-width: 768px) {
  .full-width {
    max-width: 100% !important;
  }
}

.bg-blue-50 {
  background-color: #EBF2FF;
}

.bg-blue-100 {
  background-color: #D9E6FF;
}

.border-grey-100 {
  border: 1px solid #DEE2E9;
}

.text-blue-400 {
  color: #5991FF;
}

.text-blue-800 {
  color: #172AB6;
}

.text-grey-400 {
  color: #6B7996;
}

.text-grey-500 {
  color: #515E7B;
}

.mt-7 {
  margin-top: 10rem !important;
}

@media (max-width: 768px) {
  .mt-max-md-6 {
    margin-top: 7.5rem !important;
  }
}

.font-inter {
  font-family: "Inter";
}

.font-regular {
  font-weight: 500;
}

.font-medium {
  font-weight: 600;
}

.sm-icon {
  width: 20px;
  height: 20px;
}

.md-icon {
  width: 24px;
  height: 24px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Domine";
}

p {
  font-family: "Inter";
}

a {
  font-family: "Inter";
}

.text-24 {
  font-size: 24px;
  line-height: 32px;
}

.text-14 {
  font-size: 14px;
  line-height: 20px;
}

.text-12c {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

