@font-face {
    font-family: 'SandersDFiveOpti';
    src:url('fonts/SandersDFiveOpti.ttf.woff') format('woff'),
        url('fonts/SandersDFiveOpti.ttf.svg#SandersDFiveOpti') format('svg'),
        url('fonts/SandersDFiveOpti.ttf.eot'),
        url('fonts/SandersDFiveOpti.ttf.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

.font-handwriting {
    font-family: 'La Belle Aurore', cursive;
}

.font-matrixlines {
    font-family: 'SandersDFiveOpti', sans-serif;
}

.masthead {
    height: 250px;
    margin-top: 72px;
}

.mw-600px {
    max-width: 600px;
}

.h-100-m4c {
    height: calc(100% - 1.5rem);
}

.btn-card {
    transition: all .2s ease-in-out;
}
.btn-card:hover {
    border-color: var(--bs-primary) !important;
}