/*
Theme Name: Arwin Blog
Theme URI: https://arwinedu.ir/
Author: Arwin
Description: Custom RTL WordPress blog theme based on the Arwin blog design.
Version: 1.3.2
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: arwin-blog
*/

@font-face {
  font-family: "Vazirmatn";
  src: url("assets/fonts/Vazirmatn%5Bwght%5D.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "Meem";
  src: url("assets/fonts/Meem-UltraLight.woff2") format("woff2");
  font-weight: 50;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Meem";
  src: url("assets/fonts/Meem-thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Meem";
  src: url("assets/fonts/Meem-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Meem";
  src: url("assets/fonts/Meem-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Meem";
  src: url("assets/fonts/Meem-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Meem";
  src: url("assets/fonts/Meem-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Meem";
  src: url("assets/fonts/Meem-SemiBold.woff2") format("woff2");
  font-weight: 550;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Meem";
  src: url("assets/fonts/Meem-DemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Meem";
  src: url("assets/fonts/Meem-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Meem";
  src: url("assets/fonts/Meem-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Meem";
  src: url("assets/fonts/Meem-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Meem";
  src: url("assets/fonts/Meem-UltraBold.woff2") format("woff2");
  font-weight: 950;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Meem", "Vazirmatn", Arial, Helvetica, sans-serif;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
