/* @import url('http://fonts.cdnfonts.com/css/open-sans');

body {
    font-family: 'Open Sans';
} */
@import url('https://fonts.cdnfonts.com/css/poppins');
@import url('https://fonts.cdnfonts.com/css/gotham');
@import url('https://fonts.cdnfonts.com/css/raleway-5');

body {
    font-family: 'Inter' !important;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size) !important;
    font-weight: var(--bs-body-font-weight) !important;
    line-height: var(--bs-body-line-height) !important;
    color: var(--bs-body-color) !important;
    text-align: var(--bs-body-text-align);
    -webkit-text-size-adjust: 100%;
}

.form-control {
    font-size: 14px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter';
    font-weight: 600;
}

.display-4 {
    font-family: 'Poppins';
    font-weight: 500;
  }

.nav-item a, footer ul li a, .card-link {
    font-family: 'Poppins';
}

.step-title {
    font-weight: 400;
}

.step .active .step-title, .step .active.is-valid .step-title {
    font-weight: 500;
}

.text-highlight-warning {
    background-image: linear-gradient(to bottom,rgb(245 153 153 / 50%),rgb(245 153 153 / 50%));
}

.text-justify {
    text-align: justify;
}

.btn-primary:hover {
    color: #fff;
    background-color: #ee1c25;
    border-color: #ee1c25;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: 'Poppins';
    font-size: 15px;
}


.error {
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #ed4c78;
}
.is-invalid, .form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #ed4c78;
}

.is-valid {
    border-color: #28aae1;
}

a:hover {
    color: #ee1c25;
}

.navbar-light .navbar-nav .nav-link {
    color: #161718;
}

.accordion-button {
    font-weight: 400;
}

.card-link {
    font-weight: 400;
}

.link-secondary[href]:hover, .text-body[href]:hover, .text-muted[href]:hover, .text-secondary[href]:hover {
    color: #28aae1 !important;
  }

.bg-dark {
    background-color: #21325b  !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    font-weight: 400;
  }

@media only screen and (max-width: 991.98px) {
    .display-4 {
        font-size: 1.5rem;
        font-weight: 500;
    }
    .navbar-expand-lg .navbar-collapse {
        background-color: #f0f0f0;
    }
}

.bg-primary {
    background-color: #28aae1;
}
