/* File: your_app/static/css/fonts.css */

@font-face {
  font-family: Vazirmatn;
  src: url("../fonts/vazirmatn/Vazirmatn-Light.6458eed8cf92.woff2") format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url("../fonts/vazirmatn/Vazirmatn-Regular.cdc140628f11.woff2") format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url("../fonts/vazirmatn/Vazirmatn-Bold.7958481fe611.woff2") format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url("../fonts/vazirmatn/Vazirmatn-Black.6cfb460b4140.woff2") format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url("../fonts/inter/Inter-Medium.7b7f3cfa2944.woff2") format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url("../fonts/inter/Inter-SemiBold.b72fa2728a8e.woff2") format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url("../fonts/inter/Inter-ExtraBold.f43eb79660ea.woff2") format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}