/* Thin - 100 */
@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("/src/assets/fonts/vazirmatnWoff/Vazirmatn-Thin.woff2") format("woff2"),
       url("/src/assets/fonts/vazirmatn/Vazirmatn-Thin.ttf") format("truetype");
}

/* ExtraLight - 200 */
@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("/src/assets/fonts/vazirmatnWoff/Vazirmatn-ExtraLight.woff2") format("woff2"),
       url("/src/assets/fonts/vazirmatn/Vazirmatn-ExtraLight.ttf") format("truetype");
}

/* Light - 300 */
@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/src/assets/fonts/vazirmatnWoff/Vazirmatn-Light.woff2") format("woff2"),
       url("/src/assets/fonts/vazirmatn/Vazirmatn-Light.ttf") format("truetype");
}

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

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

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

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

/* ExtraBold - 800 */
@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/src/assets/fonts/vazirmatnWoff/Vazirmatn-ExtraBold.woff2") format("woff2"),
       url("/src/assets/fonts/vazirmatn/Vazirmatn-ExtraBold.ttf") format("truetype");
}

/* Black - 900 */
@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/src/assets/fonts/vazirmatnWoff/Vazirmatn-Black.woff2") format("woff2"),
       url("/src/assets/fonts/vazirmatn/Vazirmatn-Black.ttf") format("truetype");
}

body {
  font-family: "Vazirmatn", sans-serif;
}
.font-montserrat{
  font-family: "montserrat", sans-serif;
}


/* Light - 300 */
@font-face {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/src/assets/fonts/montserrat/Montserrat-Light.otf") format("opentype");
}

/* Regular - 400 */
@font-face {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/src/assets/fonts/montserrat/Montserrat-Regular.otf") format("opentype");
}

/* Medium - 500 */
@font-face {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/src/assets/fonts/montserrat/Montserrat-Medium.otf") format("opentype");
}

/* SemiBold - 600 */
@font-face {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src:url("/src/assets/fonts/montserrat/Montserrat-SemiBold.otf") format("opentype");
}

/* Bold - 700 */
@font-face {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/src/assets/fonts/montserrat/Montserrat-Bold.otf") format("opentype");
}

/* ExtraBold - 800 */
@font-face {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/src/assets/fonts/montserrat/Montserrat-ExtraBold.otf") format("opentype");
}

/* Black - 900 */
@font-face {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/src/assets/fonts/montserrat/Montserrat-Black.otf") format("opentype");
}