*,
.btn,
button,
h1,
h2,
h3,
h4,
h5 {
	font-family: Vazir, sans-serif
}

@font-face {
    font-family: Vazir;
    src: url('../fonts/Vazirmatn-Regular.woff2') format('woff2'); /* مسیر اصلاح شد */
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazir;
    src: url('../fonts/Vazirmatn-Bold.woff2') format('woff2'); /* مسیر اصلاح شد */
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased
}

body,
html {
	margin: 0;
	padding: 0;
	direction: rtl;
	background: #f7f7f7;
	color: #202020;
	font-size: 16px;
	line-height: 1.6;
	overflow-x: hidden
}

a {
	text-decoration: none;
	color: inherit
}

img {
	max-width: 100%;
	height: auto;
	display: block
}

.btn,
button {
	border-radius: 8px;
	border: none;
	padding: 10px 20px;
	font-size: 1rem;
	background: #384ca2;
	color: #fff;
	cursor: pointer;
	transition: background .2s
}

.btn:focus-visible,
button:focus-visible {
	outline: #384ca2 solid 2px
}

.btn:hover,
button:hover {
	background: #222e6a
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 700;
	margin: 1.2em 0 .5em
}

h1 {
	font-size: 2rem
}

h2 {
	font-size: 1.6rem
}

h3 {
	font-size: 1.2rem
}

p {
	margin: .5em 0;
	font-weight: 400
}

ol,
ul {
	padding-right: 24px;
	margin: 1em 0
}

@media (max-width:600px) {

	body,
	html {
		font-size: 15px
	}

	h1 {
		font-size: 1.3rem
	}

	h2 {
		font-size: 1.1rem
	}
}