@font-face {
  font-family: "Vazirmatn";
  src: url("../fonts/Vazirmatn-Regular.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: var(--font-main);
  font-size: 15px;
  line-height: 1.8;
  color: var(--color-text);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.45;
  margin: 0;
  font-weight: 800;
}

p {
  margin: 0;
}

.page-title {
  font-size: clamp(24px, 4vw, 42px);
  letter-spacing: -0.03em;
}

.section-title {
  font-size: clamp(20px, 3vw, 28px);
  margin-bottom: 16px;
}

.text-muted {
  color: var(--color-muted);
}

.text-small {
  font-size: 13px;
}
