@font-face{
  font-family:"IranianSans";
  src:url("../Fonts/IranSans/IRANSANSWEB.TTF") format("truetype");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}

/* =========================================================
   Global sharp media treatment — all pages
   ========================================================= */
html body[class][class][class][class][class][class][class][class] img,
html body[class][class][class][class][class][class][class][class] video,
html body[class][class][class][class][class][class][class][class] picture,
html body[class][class][class][class][class][class][class][class] figure:has(> img),
html body[class][class][class][class][class][class][class][class] figure:has(> video),
html body[class][class][class][class][class][class][class][class] [class*="image"]:has(> img),
html body[class][class][class][class][class][class][class][class] [class*="media"]:has(> img),
html body[class][class][class][class][class][class][class][class] [class*="media"]:has(> video),
html body[class][class][class][class][class][class][class][class] [class*="video"]:has(> video) {
  border-radius: 0 !important;
  clip-path: none !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

html body[class][class][class][class][class][class][class][class] img,
html body[class][class][class][class][class][class][class][class] video {
  overflow: visible !important;
}

@font-face{
  font-family:"IranianSans";
  src:url("../Fonts/IranSans/IRANSANSWEB_MEDIUM.TTF") format("truetype");
  font-weight:500 700;
  font-style:normal;
  font-display:swap;
}

@font-face{
  font-family:"IranianSans";
  src:url("../Fonts/IranSans/IRANSANSWEB_BOLD.TTF") format("truetype");
  font-weight:800 950;
  font-style:normal;
  font-display:swap;
}

@font-face{
  font-family:"AsarehIranSans";
  src:url("../Fonts/IranSans/IRANSANSWEB.TTF") format("truetype");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}

@font-face{
  font-family:"AsarehIranSans";
  src:url("../Fonts/IranSans/IRANSANSWEB_MEDIUM.TTF") format("truetype");
  font-weight:500 700;
  font-style:normal;
  font-display:swap;
}

@font-face{
  font-family:"AsarehIranSans";
  src:url("../Fonts/IranSans/IRANSANSWEB_BOLD.TTF") format("truetype");
  font-weight:800 950;
  font-style:normal;
  font-display:swap;
}

:root{
  --kd-black:#11100d;
  --kd-white:#fff;
  --kd-cream:#f8f3ea;
  --kd-gold:#b68222;
  --kd-gold-soft:#d9a842;
  --kd-muted:#6f6048;
  --kd-border:rgba(0,0,0,.16);
}

*{box-sizing:border-box}

html,body{
  margin:0;
  padding:0;
  background:#fff;
  font-family:"AsarehIranSans","IranianSans","AsarehPeyda","AsarehVazir",Tahoma,Arial,sans-serif;
  overflow-x:hidden;
  scroll-behavior:smooth;
}

body{color:#fff}

a{color:inherit}
img,video{max-width:100%}

.container{
  width:min(1320px,calc(100% - 120px));
  margin-inline:auto;
}
