/**
*
*	Name:			DANA Fonts
*	Version:			3.2
*	Author:			Moslem Ebrahimi (moslemebrahimi.com)
*	Created on:		May 22, 2019
*	Website:			http://fontiran.com
*	Copyright:		Commercial/Proprietary Software
--------------------------------------------------------------------------------------
فونت دانا یک نرم افزار مالکیتی محسوب می شود. جهت آگاهی از قوانین استفاده از این فونت ها لطفا به وب سایت (فونت ایران دات کام) مراجعه نمایید
--------------------------------------------------------------------------------------
DANA 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: SNFH89
--------------------------------------------------------------------------------------
*
**/

$dana-fonts-base-folder: '/fonts/dana' !default;

@mixin dana-font-face {
  @font-face {
    font-family: dana-VF;
    src: url('#{$dana-fonts-base-folder}/DanaVF.woff') format('woff-variations'),
      /* will be the standard and works in Safari now */
        url('#{$dana-fonts-base-folder}/DanaVF.woff') format('woff')
        /* for the other supporting browsers */;
    font-display: fallback;
  }
  @font-face {
    font-family: dana;
    font-style: normal;
    font-weight: 300;
    src: url('#{$dana-fonts-base-folder}/staticfonts/Dana-Regular.woff') format('woff');
  }
  @font-face {
    font-family: dana;
    src: url('#{$dana-fonts-base-folder}/staticfonts/Dana-Bold.woff') format('woff');
    font-style: normal;
    font-weight: bold;
  }
}
