@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');


body {
  font-family: "Instrument Sans", sans-serif !important;
  font-style: normal;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Instrument Sans", sans-serif !important;
  font-weight: 800 !important;
}

.form-control {
  padding: 16px !important;
  font-size: 13px !important;
  background: #f8f8f8 !important;
  border: none;
}
.form-label {
  font-size: 14px !important;
}
.form-control:focus {
  border: 1px solid var(--bs-primary) !important;
}
.card,
.round {
  border-radius: 15px !important;
}

.rounded-circle {
  aspect-ratio: 1 !important;
  border-radius: 50% !important;
  object-fit: cover !important;
}

.fs30 {
  font-size: 30px !important;
}
.fs25 {
  font-size: 25px !important;
}
.fs24 {
  font-size: 24px !important;
}
.fs23 {
  font-size: 23px !important;
}

.fs22 {
  font-size: 22px !important;
}
.fs21 {
  font-size: 21px !important;
}
.fs20 {
  font-size: 20px !important;
}
.fs19 {
  font-size: 19px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs17 {
  font-size: 17px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs15 {
  font-size: 15px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs13 {
  font-size: 13px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs11 {
  font-size: 11px !important;
}

.fs10 {
  font-size: 10px !important;
}

.fw-1000 {
  font-weight: 1000 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-400 {
  font-weight: 400 !important;
}

.form-control .bg-white {
  background: white !important;
}
