/**
 * Local Fonts - IRANSansWeb & Yekan
 * فونت‌های محلی - ایران‌سانس و یکان
 */

/* IRANSansWeb Font */
@font-face {
    font-family: 'IRANSansWeb';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/IRANSansWeb.woff2') format('woff2');
}

@font-face {
    font-family: 'IRANSansWeb';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/IRANSansWeb.woff2') format('woff2');
}

@font-face {
    font-family: 'IRANSansWeb';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/IRANSansWeb.woff2') format('woff2');
}

@font-face {
    font-family: 'IRANSansWeb';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/IRANSansWeb.woff2') format('woff2');
}

@font-face {
    font-family: 'IRANSansWeb';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/IRANSansWeb.woff2') format('woff2');
}

/* Yekan Font */
@font-face {
    font-family: 'Yekan';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Yekan.woff') format('woff');
}

@font-face {
    font-family: 'Yekan';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Yekan.woff') format('woff');
}

/* Fallback fonts */
body {
    font-family: 'IRANSansWeb', 'Tahoma', 'Arial', sans-serif;
}

