/*
Theme Name: Peste Rafsanjan Blog
Theme URI: https://pesterafsanjan.com/
Author: Peste Rafsanjan
Description: A lightweight RTL WordPress blog theme inspired by Peste Rafsanjan, built with Bootstrap and the Vazirmatn typeface.
Version: 2.0.2
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: peste-rafsanjan-blog
*/

@font-face {
	font-family: "Vazirmatn";
	src: url("assets/fonts/vazirmatn/Vazirmatn-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Vazirmatn";
	src: url("assets/fonts/vazirmatn/Vazirmatn-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Vazirmatn";
	src: url("assets/fonts/vazirmatn/Vazirmatn-SemiBold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Vazirmatn";
	src: url("assets/fonts/vazirmatn/Vazirmatn-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

body {
	font-family: "Vazirmatn", var(--bs-font-sans-serif);
}
