/*
Theme Name: Hello Shoppable Child
Theme URI: https://yourwebsite.com
Description: Child theme for the Hello Shoppable theme
Author: Your Name
Author URI: https://yourwebsite.com
Template: hello-shoppable
Version: 1.0.0
*/

/* Import parent theme styles */
@import url('../hello-shoppable/style.css');

@font-face {
	font-family: Yekan Bakh;
	font-style: normal;
	font-weight: 100;
	src: url('fonts/woff/YekanBakh-thin.woff') format('woff'),   
	url('fonts/woff2/YekanBakh-thin.woff2') format('woff2');		
}

@font-face {
	font-family: Yekan Bakh;
	font-style: normal;
	font-weight: 300;
	src: url('fonts/woff/YekanBakh-Light.woff') format('woff'),   
	url('fonts/woff2/YekanBakh-Light.woff2') format('woff2');	
}

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

@font-face {
	font-family: Yekan Bakh;
	font-style: normal;
	font-weight: 600;
	src: url('fonts/woff/YekanBakh-SemiBold.woff') format('woff'),   
	url('fonts/woff2/YekanBakh-SemiBold.woff2') format('woff2');		 
}

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

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

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

@font-face {
	font-family: Yekan Bakh;
	font-style: normal;
	font-weight: 950;
	src: url('fonts/woff/Yekan Bakh-ExtraBlack.woff') format('woff'),   
	url('fonts/woff2/Yekan Bakh-ExtraBlack.woff2') format('woff2');		 
}
a{
		    font-family: Yekan Bakh !important;

}
body{
	    font-family: Yekan Bakh !important;
}
p{
    font-family: Yekan Bakh !important;
}
h1,h2,h3,h4,h5,h6{
    font-family: Yekan Bakh !important;
    font-weight: bold;
}
.fa, .fas{
	    font-family: 'Font Awesome 5 Free' !important
}
.main-navigation ul.menu li a, .slicknav_menu .slicknav_nav li a{
	    padding-left: 20px;

}

.site-info{
	display:none;
}
