@font-face {
    font-family: 'Bunderan DEMO';
    src: url('../fonts/BunderanDEMO.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ginger';
    src: url('../fonts/Ginger.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.bunderan-text,
.short .bunderan-text,
.short_description .bunderan-text {
    font-family: 'Bunderan DEMO', sans-serif !important;
}

.ginger-text,
.short .ginger-text,
.short_description .ginger-text {
    font-family: 'Ginger', sans-serif !important;
}
