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

@font-face {
    font-family: 'Irancell';
    src: url('IrancellLight.woff2') format('woff2'),
        url('IrancellLight.woff') format('woff'),
        url('IrancellLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Irancell';
    src: url('IrancellExtraLight.woff2') format('woff2'),
        url('IrancellExtraLight.woff') format('woff'),
        url('IrancellExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

