@font-face {
  font-family: 'Dana-Regular';
  src: url('/assets/fonts/Dana-Regular.woff2') format('woff2'),
       url('/assets/fonts/Dana-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body, html, input, button, textarea, select, p, span, div, label, table, th, td, a, .btn,tspan{
  font-family: 'Dana-Regular', sans-serif !important;
}

/* 🎯 Font Awesome - آیکون‌ها */
.fa, .fas, .far, .fal, .fad, .fab {
  font-family: 'Font Awesome 6 Free' !important;
  font-weight: 900 !important;
  font-style: normal !important;
}

/* 🎯 برای glyphicons (فقط Bootstrap قدیمی) */
[class^="glyphicon"],
[class*=" glyphicon"] {
  font-family: 'glyphicons-halflings-regular' !important;
  font-style: normal !important;
}
