/* wdp-styles.css - Custom styles for wdp pages */
@font-face {
    font-family: 'Radley';
    src: url('../fonts/radley.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/jost.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Abril Fatface';
    src: url('../fonts/abri.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Apply the fonts to the body and headings */
body.wdp {
    font-family: 'Radley', serif;
    font-size: 18px;
}
.wdp h1.page-title {
    font-family: 'Jost';
}

.wdp h2,.wdp h3,.wdp .kt-btn-inner-text {
    font-family: 'Jost Bold', sans-serif;
        letter-spacing: .035rem;
}
.wdp h4 {
    font-family: "Jost Bold", sans-serif;
}

.wdp .hero h2 {
    font-size: 55px;
}

.wdp h2.abril {
    font-family: 'Abril Fatface';
}
.wdp h2.abril::before,
.wdp h2.abril::after
 {
content:'.';
 }
h3.wdp-tagline {
    letter-spacing: .035rem;
    line-height: 32px;
    -webkit-font-smoothing: auto;
    font-family: 'Jost';
}

.wp-block-kadence-spacer.kt-block-spacer-400_a17893-01 .kt-divider {
    border-top: none;
    width: 100%;
    height: .028rem;
    background: #6d6d6d;