﻿/* ===== UTF-8 Character Encoding Declaration ===== */
/* This @charset rule declares that this CSS file uses UTF-8 encoding */
/* Essential for proper font file path references and any Unicode characters in CSS */
/* Without this, font files with non-ASCII characters in paths may not load correctly */
@charset "UTF-8";

/* ===== Shabnam Font Family Definitions ===== */
/* Shabnam is a Persian/Farsi font designed for proper display of Persian and Arabic scripts */
/* Multiple font formats are provided for maximum browser compatibility */
/* Font paths are relative to this CSS file location (both CSS and fonts are in /font/ directory) */
@font-face {
    font-family: 'Shabnam';
    src: url('Shabnam.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Shabnam';
    src: url('Shabnam.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Shabnam';
    src: url('Shabnam.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Shabnam';
    src: url('Shabnam.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Shabnam-Bold-FD';
    src: url('Shabnam-Bold-FD.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'Shabnam-Bold-FD';
    src: url('Shabnam-Bold-FD.ttf') format('truetype');
}
@font-face {
    font-family: 'Shabnam-Bold-FD';
    src: url('Shabnam-Bold-FD.woff') format('woff');
}
@font-face {
    font-family: 'Shabnam-Bold-FD';
    src: url('Shabnam-Bold-FD.woff2') format('woff2');
}



@font-face {
    font-family: 'Shabnam-FD';
    src: url('Shabnam-FD.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'Shabnam-FD';
    src: url('Shabnam-FD.ttf') format('truetype');
}
@font-face {
    font-family: 'Shabnam-FD';
    src: url('Shabnam-FD.woff') format('woff');
}
@font-face {
    font-family: 'Shabnam-FD';
    src: url('Shabnam-FD.woff2') format('woff2');
}


@font-face {
    font-family: 'Shabnam-Light-FD';
    src: url('Shabnam-Light-FD.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'Shabnam-Light-FD';
    src: url('Shabnam-Light-FD.ttf') format('truetype');
}
@font-face {
    font-family: 'Shabnam-Light-FD';
    src: url('Shabnam-Light-FD.woff') format('woff');
}
@font-face {
    font-family: 'Shabnam-Light-FD';
    src: url('Shabnam-Light-FD.woff2') format('woff2');
}


@font-face {
    font-family: 'Shabnam-Medium-FD';
    src: url('Shabnam-Medium-FD.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'Shabnam-Medium-FD';
    src: url('Shabnam-Medium-FD.ttf') format('truetype');
}
@font-face {
    font-family: 'Shabnam-Medium-FD';
    src: url('Shabnam-Medium-FD.woff') format('woff');
}
@font-face {
    font-family: 'Shabnam-Medium-FD';
    src: url('Shabnam-Medium-FD.woff2') format('woff2');
}


@font-face {
    font-family: 'Shabnam-Thin-FD';
    src: url('Shabnam-Thin-FD.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'Shabnam-Thin-FD';
    src: url('Shabnam-Thin-FD.ttf') format('truetype');
}
@font-face {
    font-family: 'Shabnam-Thin-FD';
    src: url('Shabnam-Thin-FD.woff') format('woff');
}
@font-face {
    font-family: 'Shabnam-Thin-FD';
    src: url('Shabnam-Thin-FD.woff2') format('woff2');
}