/* Vazir Matn Font Family - Persian */

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

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

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

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

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

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

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

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

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

/* Diodrum Font Family - English */

@font-face {
  font-family: 'Diodrum';
  src: url('/assets/fonts/diodrum/Diodrum-Light.woff2') format('woff2'),
       url('/assets/fonts/diodrum/Diodrum-Light.woff') format('woff'),
       url('/assets/fonts/diodrum/Diodrum-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Diodrum';
  src: url('/assets/fonts/diodrum/Diodrum-Regular.woff2') format('woff2'),
       url('/assets/fonts/diodrum/Diodrum-Regular.woff') format('woff'),
       url('/assets/fonts/diodrum/Diodrum-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Diodrum';
  src: url('/assets/fonts/diodrum/Diodrum-Medium.woff2') format('woff2'),
       url('/assets/fonts/diodrum/Diodrum-Medium.woff') format('woff'),
       url('/assets/fonts/diodrum/Diodrum-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Diodrum';
  src: url('/assets/fonts/diodrum/Diodrum-Semibold.woff2') format('woff2'),
       url('/assets/fonts/diodrum/Diodrum-Semibold.woff') format('woff'),
       url('/assets/fonts/diodrum/Diodrum-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Diodrum';
  src: url('/assets/fonts/diodrum/Diodrum-Bold.woff2') format('woff2'),
       url('/assets/fonts/diodrum/Diodrum-Bold.woff') format('woff'),
       url('/assets/fonts/diodrum/Diodrum-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Apply Vazirmatn font to Persian pages */
html[lang="fa"] body,
html[lang="fa"] h1,
html[lang="fa"] h2,
html[lang="fa"] h3,
html[lang="fa"] h4,
html[lang="fa"] h5,
html[lang="fa"] h6,
html[lang="fa"] p,
html[lang="fa"] a,
html[lang="fa"] span,
html[lang="fa"] button,
html[lang="fa"] input,
html[lang="fa"] textarea,
html[lang="fa"] select,
html[lang="fa"] div,
html[lang="fa"] li {
  font-family: 'Vazirmatn', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

/* Apply Diodrum font to English pages */
html[lang="en"] body,
html[lang="en"] h1,
html[lang="en"] h2,
html[lang="en"] h3,
html[lang="en"] h4,
html[lang="en"] h5,
html[lang="en"] h6,
html[lang="en"] p,
html[lang="en"] a,
html[lang="en"] span,
html[lang="en"] button,
html[lang="en"] input,
html[lang="en"] textarea,
html[lang="en"] select,
html[lang="en"] div,
html[lang="en"] li {
  font-family: 'Diodrum', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

