﻿/* IRANSansWeb Font Face - فونت‌های استاندارد ایران سنز */


@font-face {
    font-family: 'IRANSans';
    src: url('/css/fonts/IRANSansWeb_Bold.woff2') format('woff2');
    font-weight: 700; /* Bold */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSans';
    src: url('/css/fonts/IRANSansWeb_Medium.woff2') format('woff2');
    font-weight: 500; /* Medium */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSans';
    src: url('/css/fonts/IRANSansWeb.woff2') format('woff2');
    font-weight: 400; /* Regular */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSans';
    src: url('/css/fonts/IRANSansWeb_Light.woff2') format('woff2');
    font-weight: 300; /* Light */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSans';
    src: url('/css/fonts/IRANSansWeb_UltraLight.woff2') format('woff2');
    font-weight: 200; /* UltraLight */
    font-style: normal;
    font-display: swap;
}

