/**
*
*	Name:			Abar Fonts
*	Version:			1.0
*	Author:			Reza Bakhtiarifard
*	Created on:		October 2023
*	Updated on:		October 2023
*	Vendor:			http://fontiran.com
*	Copyright:		Commercial/Proprietary Software
--------------------------------------------------------------------------------------
فونت ابر یک نرم افزار مالکیتی محسوب می شود. جهت آگاهی از قوانین استفاده از این فونت ها لطفا به وب سایت (فونت ایران دات کام) مراجعه نمایید
--------------------------------------------------------------------------------------
Abar fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com
--------------------------------------------------------------------------------------
This set of fonts are used in this project under the license: (.....)
------------------------------------------------------------------------------------- fonts/-
*
**/

@font-face {
    font-family: AbarLowFaNum;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/fa/woff/AbarLowFaNum-Regular.woff') format('woff'),
    url('../fonts/fa/woff2/AbarLowFaNum-Regular.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: AbarLowFaNum;
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/fa/woff/AbarLowFaNum-SemiBold.woff') format('woff'),
    url('../fonts/fa/woff2/AbarLowFaNum-SemiBold.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: AbarLowFaNum;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/fa/woff/AbarLowFaNum-Bold.woff') format('woff'),
    url('../fonts/fa/woff2/AbarLowFaNum-Bold.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: AbarLowFaNum;
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/fa/woff/AbarLowFaNum-ExtraBold.woff') format('woff'),
    url('../fonts/fa/woff2/AbarLowFaNum-ExtraBold.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: AbarLowFaNum;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/fa/woff/AbarLowFaNum-Black.woff') format('woff'),
    url('../fonts/fa/woff2/AbarLowFaNum-Black.woff2') format('woff2');
    font-display: swap;
}