/* Font definitions for Bangla Converter */

@font-face {
    font-family: "SutonnyMJ";
    src: url("../common/fonts/SutonnyMJ.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SolaimanLipi";
    src: url("../common/fonts/SolaimanLipi.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Fallback fonts */
.bijoy-text {
    font-family: "SutonnyMJ", "Arial Unicode MS", sans-serif;
}

.unicode-text {
    font-family: "SolaimanLipi", "Noto Sans Bengali", "Arial Unicode MS", sans-serif;
}
