/* STV Fonts */
@font-face {
    font-family: 'STV';
    src: url('../fonts/STV/alfont_com_AlFont_com_STV.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'STV';
    src: url('../fonts/STV/alfont_com_AlFont_com_STV-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tahwin';
    src: url('../fonts/STV/Tahwin ٠.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tahwin';
    src: url('../fonts/STV/Tahwin ١.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Font utility classes */
.font-stv {
    font-family: 'STV', 'Tajawal', sans-serif;
}

.font-tahwin {
    font-family: 'Tahwin', 'Tajawal', sans-serif;
}
