/* Irancell Font Faces */
@font-face {
    font-family: 'Irancell';
    src: url('/static/fonts/IRANCELL-LIGHT.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Irancell';
    src: url('/static/fonts/IRANCELL-MED.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Irancell';
    src: url('/static/fonts/IRANCELL-MED.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Apply Irancell font globally */
* {
    font-family: 'Irancell', 'Vazirmatn', 'IRANSans', Tahoma, Arial, sans-serif;
}

body[dir="ltr"] * {
    font-family: 'Roboto', 'Arial', sans-serif;
}
