/* Self-hosted fonts (served as static CSS, not bundled by Vite). Font files: public/fonts/ */
/* Overpass – public/fonts/overpass/ */
@font-face {
  font-family: "Overpass";
  src: url("/fonts/overpass/Overpass-Thin.woff2") format("woff2"),
       url("/fonts/overpass/Overpass-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Overpass";
  src: url("/fonts/overpass/Overpass-ThinItalic.woff2") format("woff2"),
       url("/fonts/overpass/Overpass-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Overpass";
  src: url("/fonts/overpass/Overpass-ExtraLight.woff2") format("woff2"),
       url("/fonts/overpass/Overpass-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Overpass";
  src: url("/fonts/overpass/Overpass-ExtraLightItalic.woff2") format("woff2"),
       url("/fonts/overpass/Overpass-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Overpass";
  src: url("/fonts/overpass/Overpass-Light.woff2") format("woff2"),
       url("/fonts/overpass/Overpass-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Overpass";
  src: url("/fonts/overpass/Overpass-LightItalic.woff2") format("woff2"),
       url("/fonts/overpass/Overpass-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Overpass";
  src: url("/fonts/overpass/Overpass-Regular.woff2") format("woff2"),
       url("/fonts/overpass/Overpass-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Overpass";
  src: url("/fonts/overpass/Overpass-Italic.woff2") format("woff2"),
       url("/fonts/overpass/Overpass-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Overpass";
  src: url("/fonts/overpass/Overpass-SemiBold.woff2") format("woff2"),
       url("/fonts/overpass/Overpass-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Overpass";
  src: url("/fonts/overpass/Overpass-SemiBoldItalic.woff2") format("woff2"),
       url("/fonts/overpass/Overpass-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Overpass";
  src: url("/fonts/overpass/Overpass-Bold.woff2") format("woff2"),
       url("/fonts/overpass/Overpass-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Overpass";
  src: url("/fonts/overpass/Overpass-BoldItalic.woff2") format("woff2"),
       url("/fonts/overpass/Overpass-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Overpass";
  src: url("/fonts/overpass/Overpass-ExtraBold.woff2") format("woff2"),
       url("/fonts/overpass/Overpass-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Overpass";
  src: url("/fonts/overpass/Overpass-ExtraBoldItalic.woff2") format("woff2"),
       url("/fonts/overpass/Overpass-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Overpass";
  src: url("/fonts/overpass/Overpass-Black.woff2") format("woff2"),
       url("/fonts/overpass/Overpass-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Overpass";
  src: url("/fonts/overpass/Overpass-BlackItalic.woff2") format("woff2"),
       url("/fonts/overpass/Overpass-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* Vazirmatn – self-hosted for RTL (public/fonts/vazir/) */
@font-face {
  font-family: "Vazirmatn";
  src: url("/fonts/vazir/Vazirmatn-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vazirmatn";
  src: url("/fonts/vazir/Vazirmatn-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vazirmatn";
  src: url("/fonts/vazir/Vazirmatn-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vazirmatn";
  src: url("/fonts/vazir/Vazirmatn-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vazirmatn";
  src: url("/fonts/vazir/Vazirmatn-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vazirmatn";
  src: url("/fonts/vazir/Vazirmatn-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vazirmatn";
  src: url("/fonts/vazir/Vazirmatn-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vazirmatn";
  src: url("/fonts/vazir/Vazirmatn-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vazirmatn";
  src: url("/fonts/vazir/Vazirmatn-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
