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

@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;
}
