@font-face {
    font-family: 'Maison Neue';
    src: url('MaisonNeue-Medium.woff2') format('woff2'),
        url('MaisonNeue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maison Neue Demi';
    src: url('MaisonNeue-Demi.woff2') format('woff2'),
        url('MaisonNeue-Demi.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rift Demi';
    src: url('Rift-Demi.woff2') format('woff2'),
        url('Rift-Demi.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rift';
    src: url('Rift-Bold.woff2') format('woff2'),
        url('Rift-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rift';
    src: url('Rift-BoldItalic.woff2') format('woff2'),
        url('Rift-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

.elementor-widget-heading.font-maison-neue .elementor-heading-title {
    font-family: 'Maison Neue Demi' !important;
}

.rift-font,
.rift-font .elementor-button-text,
.rift-font .elementor-heading-title {
    font-family: 'Rift' !important;
}