@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;600;700;800&display=swap');

.faq .accordion-button {
    background-color: #16253e !important;
    color: #fff !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #4D4D4D !important;
    font-family: 'Barlow' !important;
}

h1.hero-title {
	font-weight:600 !important;
	color:#333 !important;
}
div.hero-content p {
	color:#222 !important;
	font-weight:bold;
}

.card-body {
    color: #4D4D4D !important;
    font-family: 'Barlow' !important;
}

body {
    color: #4D4D4D !important;
    font-family: 'Barlow' !important;
    font-size:18px;
}
