h1,
.entry-content h1,
h2,
.entry-content h2,
h3,
.entry-content h3,
h4,
.entry-content h4,
h5,
.entry-content h5,
h6,
.entry-content h6 {
    font-family: 'Dm sans', sans-serif !important;
}

.page .entry-header .entry-title {
    color: var(--e-global-color-text);
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
    font-weight: 800;
    font-size: 18px;
}


.page .entry-header .entry-title:after {
    background-color: #cfcfcf;
    left: calc(50% - 30px);
    position: absolute;
    margin-top: 10px;
    content: '';
    width: 60px;
    height: 1px;
    bottom: 0;
}

.wishlist-title-container .wishlist-title h2 {
    font-size: 20px;
}