/* =========================
   Font: IRANYekanXFaNum
========================= */
@font-face {
  font-family: 'IRANYekanXFaNum';
  src: url('../fonts/IRANYekanXFaNum-Regular.woff2') format('woff2'),
       url('../fonts/IRANYekanXFaNum-Regular.woff') format('woff'),
       url('../fonts/IRANYekanXFaNum-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IRANYekanXFaNum';
  src: url('../fonts/IRANYekanXFaNum-Bold.woff2') format('woff2'),
       url('../fonts/IRANYekanXFaNum-Bold.woff') format('woff'),
       url('../fonts/IRANYekanXFaNum-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


/* =========================
   Reset & Base Styles
========================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'IRANYekanXFaNum', sans-serif;
}

body {
  background: #fff;
  color: #333;
  line-height: 1.6;
  direction: rtl;
   font-family: 'IRANYekanXFaNum', sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

/* =========================
   Typography پایه
========================= */
h1,h2,h3,h4,h5,h6 {
  font-weight: 700;
  color: #333653;
}

p, span, li {
  font-weight: 400;
  color: #474A71;
  line-height: 1.6;
}

/* =========================
   Buttons پایه
========================= */
button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}

/* =========================
   تصاویر
========================= */
img {
  max-width: 100%;
  display: block;
  height: auto;
}
