@font-face {
    font-family: 'Barlow';
    src: url('/fonts/2023/Barlow-Light.woff2') format('woff2'),
        url('/fonts/2023/Barlow-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('/fonts/2023/Barlow-Regular.woff2') format('woff2'),
        url('/fonts/2023/Barlow-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('/fonts/2023/Barlow-BoldItalic.woff2') format('woff2'),
        url('/fonts/2023/Barlow-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('/fonts/2023/Barlow-Bold.woff2') format('woff2'),
        url('/fonts/2023/Barlow-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('/fonts/2023/Barlow-LightItalic.woff2') format('woff2'),
        url('/fonts/2023/Barlow-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('/fonts/2023/Barlow-Italic.woff2') format('woff2'),
        url('/fonts/2023/Barlow-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('/fonts/2023/Barlow-ThinItalic.woff2') format('woff2'),
        url('/fonts/2023/Barlow-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('/fonts/2023/Barlow-Thin.woff2') format('woff2'),
        url('/fonts/2023/Barlow-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('/fonts/2023/Barlow-MediumItalic.woff2') format('woff2'),
        url('/fonts/2023/Barlow-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('/fonts/2023/Barlow-Medium.woff2') format('woff2'),
        url('/fonts/2023/Barlow-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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

h1, h2, h3, h4, h5, h6 {
    color: #16253e !important;
    font-family: 'Catamaran', sans-serif !important;
    font-size:2rem !important;
}

h1.hero-title {
	font-size:3rem !important;
}
div.hero-content p {
	font-size:18px;
        font-weight:bold;
}
.card-body {
    color: #16253e !important;
    font-family: 'Barlow', sans-serif !important;
}

body {
	font-size:16px;
    color: #16253e !important;
    font-family: 'Barlow', sans-serif !important;
}
