/*!
Theme Name: bitaraf
Theme URI: http://underscores.me/
Author: Ali Bitarafan
Author URI: http://www.jimjozve.com
Description: A clean-coded, fully responsive starter theme built for Persian (RTL) WordPress development.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bitaraf
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

bitaraf is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# root
# fonts
----------------------------------------------------------------*/


/*--------------------------------------------------------------
# root
----------------------------------------------------------------*/
:root {
	--fontH: 'Pofak';
    --fontCoH: 'Doran';
    --fontCiH: 'Studio';
	--fontP: 'Vazir';
    --fontE: Verdana, sans-serif;
}


/*--------------------------------------------------------------
# fonts
----------------------------------------------------------------*/
/* fonts: TitrZebr */
@font-face {
    font-family: 'TitrZebr';
    src: url('assets/fonts/TitrZebr.woff2') format('woff2'),
        url('assets/fonts/TitrZebr.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* fonts: Doran */
@font-face {
    font-family: 'Doran';
    src: url('assets/fonts/Doran-ExtraBold.woff2') format('woff2'),
        url('assets/fonts/Doran-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

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

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

/* fonts: Pofak */
@font-face {
	font-family: 'Pofak';
	font-style: normal;
	font-weight: 900;
	src: url('assets/fonts/Pofak-Black.woff') format('woff'),   
	url('assets/fonts/Pofak-Black.woff2') format('woff2');		 
}

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

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

/* fonts: Studio */
@font-face {
	font-family: 'Studio';
	font-style: normal;
	font-weight: bold;
	src: url('assets/fonts/Studio-Bold.woff') format('woff'),   
	url('assets/fonts/Studio-Bold.woff2') format('woff2');
}

/* fonts: Hakaza */
@font-face {
	font-family: 'Hakaza';
	font-style: normal;
	font-weight: normal;
	src: url('assets/fonts/HAKAZA.woff') format('woff'),   
	url('assets/fonts/HAKAZA.woff2') format('woff2');
}
