html {
    scroll-behavior: smooth;
}

body {
    font-family: "Questrial", sans-serif;
    font-size: 15px;
    color: #344761;
}

.navbar {
    font-family: "Questrial", sans-serif;
    font-size: 16px;
}

.navbar-brand {
    font-size: 24px;
    font-weight: 500;
    color: #5f687b;
}

.btn-blue {
    --bs-btn-color: #fff;
    --bs-btn-bg: #137ed9;
    --bs-btn-border-color: #137ed9;

    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0f6fc0;
    --bs-btn-hover-border-color: #0f6fc0;

    --bs-btn-active-bg: #0d5ca0;
    --bs-btn-active-border-color: #0d5ca0;

    --bs-btn-disabled-bg: #137ed9;
    --bs-btn-disabled-border-color: #137ed9;

    box-shadow: none !important;
    border-width: 1px;
    border-style: solid;
}

.bg-light {
    background-color: #f7fafe !important;
}

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

h1,
h2, 
h4 {
    color: #5f687b !important; 
}

footer .h5 {
    font-weight: 400;
}

footer .navbar-nav {
    background-color: #2a4f8b;
}

footer .navbar-nav i {
    font-size: 28px;
}

.boot {
    font-family: "Inter", sans-serif;
    font-size: 16px;
}

.faq .nav-link {
    background-color: #f7fafe;
    color: #000;
    font-weight: 500;
    border-radius: 0;
    width: 100%;
    white-space: normal;
}

.faq .nav-link.active {
    background-color: #b0c4e0;
    color: #000;
}

.faq .nav-link:hover {
    background-color: #c0cfe0;
    color: #000;
}

#faq-tab {
    flex-shrink: 0;
}

.form-label {
    font-size: 16px;
    font-weight: 600;
}

.card-text {
    font-size: 15px !important;
}

.btn-link {
    color: gray;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
}

.btn-link:hover {
    color: black;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
}

.form-select:focus {
    border-color: #6c757d !important;
    box-shadow: 0 0 1px #9fa5aa !important;
}

.form-control:focus {
    border-color: #6c757d !important;
    box-shadow: 0 0 1px #9fa5aa !important;
}

.form-check-input {
    border: 1px solid #dee2e6 !important;
    box-shadow: none !important;
}
.btn-light {
    --bs-btn-color: #2b2f36;
    --bs-btn-bg: #f7fafe; 
    --bs-btn-border-color: #f7fafe; 

    --bs-btn-hover-color: #2b2f36;
    --bs-btn-hover-bg: #c0cfe0; 
    --bs-btn-hover-border-color: #c0cfe0;

    --bs-btn-active-bg: #b0c4e0; 
    --bs-btn-active-border-color: #b0c4e0;

    --bs-btn-disabled-bg: #f7fafe;
    --bs-btn-disabled-border-color: #f7fafe;

    box-shadow: none !important;
    border-width: 1px;
    border-style: solid;
}
