@font-face {
    font-family: 'Bernier';
    src: url('../css/BERNIERRegular-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.landing-dark-bg {
    background-color: #333333 !important;
}

.landing-dark-separator {
    border-top: 1px dashed #ffffff !important;
}
.custom-button {
    background: linear-gradient(125deg, #004b82, #e51c24);
    font-family: 'Bernier', sans-serif;
    font-size: 24px;
}

.custom-title {
    font-family: 'Bernier', sans-serif;
    font-size: 26px;
}