/* ==============================
   Vazir Font
================================= */

@font-face {
  font-family: 'Vazir';
  src: url('../fonts/vazir/Vazir.woff2') format('woff2'),
       url('../fonts/vazir/Vazir.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazir';
  src: url('../fonts/vazir/Vazir-Light.woff2') format('woff2'),
       url('../fonts/vazir/Vazir-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazir';
  src: url('../fonts/vazir/Vazir-Bold.woff2') format('woff2'),
       url('../fonts/vazir/Vazir-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Vazir', sans-serif;
}
html {
  scroll-behavior: smooth;
}
button, input, textarea {
  font-family: 'Vazir', sans-serif;
}
