/* ------------------ Fonts ------------------ */

@font-face {
  font-family: "circular";
  src: url(../fonts/CircularStd-Light.otf);
  font-weight: normal;
}

@font-face {
  font-family: "circular";
  src: url(../fonts/CircularStd-Bold.otf);
  font-weight: bold;
}

@font-face {
  font-family: "iran-sans";
  src: url(../fonts/IRANSansX-Regular.woff2);
  font-weight: normal;
}

@font-face {
  font-family: "iran-sans";
  src: url(../fonts/IRANSansX-Bold.woff2);
  font-weight: bold;
}