@font-face {
    font-family: 'apercu-regular';
    src: url("https://dsxpf8lplo29k.cloudfront.net/fonts/apercu/apercu-regular.eot");
    src: url("https://dsxpf8lplo29k.cloudfront.net/fonts/apercu/apercu-regular.eot?#iefix") format("embedded-opentype"),url("https://dsxpf8lplo29k.cloudfront.net/fonts/apercu/apercu-regular.woff") format("woff"),url("https://dsxpf8lplo29k.cloudfront.net/fonts/apercu/apercu-regular.ttf") format("truetype"),url("https://dsxpf8lplo29k.cloudfront.net/fonts/apercu/apercu-regular.svg#apercuregular") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'apercu-bold';
    src: url("https://dsxpf8lplo29k.cloudfront.net/fonts/apercu/apercu-bold.eot");
    src: url("https://dsxpf8lplo29k.cloudfront.net/fonts/apercu/apercu-bold.eot?#iefix") format("embedded-opentype"),url("https://dsxpf8lplo29k.cloudfront.net/fonts/apercu/apercu-bold.woff") format("woff"),url("https://dsxpf8lplo29k.cloudfront.net/fonts/apercu/apercu-bold.ttf") format("truetype"),url("https://dsxpf8lplo29k.cloudfront.net/fonts/apercu/apercu-bold.svg#apercubold") format("svg");
    font-weight: normal;
    font-style: normal
}

body {
    font-family: 'apercu-regular';
    color: rgb(38, 38, 38);
}

.btn {
    border-radius: 0;
}

.btn:hover {
    outline: #205DD7 solid 0.2rem;
    outline-offset: 2px;
    transition: outline 0.1s ease-in-out, outline-color 0.1s ease-in-out;
}

.nav-link, .footer-link {
    font-weight: bold;
    color: rgb(38, 38, 38);
}

.nav-link:hover, .footer-link:hover {
    text-decoration-color: rgb(255, 204, 0);
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0077D6;
    --bs-btn-border-color: #0077D6;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0077D6;
    --bs-btn-hover-border-color: #0077D6;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0077D6;
    --bs-btn-active-border-color: #0077D6;
}

.btn-outline-primary {
    --bs-btn-color: #000;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #0077D6;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #0077D6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fff;
    --bs-btn-active-border-color: #0077D6;
}

.btn-secondary {
    --bs-btn-color: #2B2B2B;
    --bs-btn-bg: #fc0;
    --bs-btn-border-color: #fc0;
    --bs-btn-hover-color: #2B2B2B;
    --bs-btn-hover-bg: #50B7E7;
    --bs-btn-hover-border-color: #50B7E7;
    --bs-btn-active-color: #2B2B2B;
    --bs-btn-active-bg: #50B7E7;
    --bs-btn-active-border-color: #50B7E7;
}