/*
Theme Name: Tahrirdooni
Theme URI: https://tahrirdooni.local
Author: Tahrirdooni Team
Author URI: https://tahrirdooni.local
Description: Custom WooCommerce-ready theme for the Tahrirdooni stationery store.
Version: 0.1.0
Requires at least: 6.5
Tested up to: 6.6
Requires PHP: 8.1
Text Domain: tahrirdooni
*/

/* Base typography */

@font-face {
	font-family: "Pinar-VF";
	src: url("./assets/fonts/Pinar-VF[DSTY,KSHD,wght].woff2")
  }
  @font-face {
	font-family: 'Vazirmatn';
	src: url('./assets/fonts/Vazirmatn[wght].woff2') format('woff2 supports variations'),
		 url('./assets/fonts/Vazirmatn[wght].woff2') format('woff2-variations');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
  }
body {
	font-family: "Vazirmatn", Arial, sans-serif;
	color: #1f1f1f;
	background-color: #ffffff;
	line-height: 1.6;
	font-feature-settings: "ss01", "tnum" ;
}

a {
	color: #d35400;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

i {
	display: flex;
}

.site-wrapper {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

.site-content {
	flex: 1 1 auto;
	margin: 0;
}

.site-footer {
	background-color: #f4f4f4;
	padding: 2rem 0;
	color: #555555;
}