@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100..900&display=swap");

:root{
  --font-ui: "Vazirmatn", -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "SF Arabic", "Geeza Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
}

html,
body,
button,
input,
textarea,
select,
option,
table,
th,
td,
label,
a,
span,
small,
strong,
b,
p,
h1,
h2,
h3,
h4,
h5,
h6,
code,
pre,
div,
section,
article,
nav,
aside,
main,
header,
footer,
::before,
::after{
  font-family: var(--font-ui) !important;
}

html{
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
}

body{
  font-synthesis-weight:none;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
}

button,
input,
textarea,
select{
  -webkit-appearance:none;
  appearance:none;
  font: inherit !important;
}

[dir="rtl"],
[lang="fa"]{
  font-feature-settings:"kern" 1;
}
