﻿@font-face {
    font-family: "Vazirmatn";
    src: url("../fonts/Vazirmatn[wght].woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-persian: "Vazirmatn", Tahoma, Arial, sans-serif;
}

html,
body {
    font-family: var(--font-persian);
}

body {
    direction: rtl;
    color: var(--st-text);
    background: #fff;
    font-family: "Vazirmatn", Tahoma, Arial, sans-serif;
    font-weight: 400;
}

button,
input,
textarea,
select {
    font-family: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Vazirmatn", Tahoma, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: -0.4px;
}

p,
li,
a,
button,
input,
textarea,
select {
    font-family: "Vazirmatn", Tahoma, Arial, sans-serif;
}