@font-face {
  font-family: 'Shabnam';
  src: url('../../assets/fonts/Shabnam.ttf') format('truetype');
  font-weight: 400 700;
  font-display: swap;
}

body {
  font-family: 'Shabnam', Tahoma, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: var(--color-text);
  font-feature-settings: 'tnum' 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: var(--color-text-strong);
  line-height: 1.4;
}

#page-title-text {
  font-weight: 700;
  letter-spacing: -0.01em;
}

.text-muted {
  color: var(--color-text-muted);
}

.text-faint {
  color: var(--color-text-faint);
}

.text-sm {
  font-size: 0.85rem;
}
