/**
 * Dana — دو وزن: Regular (متن عادی) و Medium (برجسته)
 * فایل‌ها در همین پوشه سرو می‌شوند.
 */
@font-face {
  font-family: 'dana';
  font-style: normal;
  font-weight: 300;
  src: url('./Dana-Regular.woff2') format('woff2'),
       url('./Dana-Regular.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'dana';
  font-style: normal;
  font-weight: 400;
  src: url('./Dana-Regular.woff2') format('woff2'),
       url('./Dana-Regular.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'dana';
  font-style: normal;
  font-weight: 500;
  src: url('./Dana-Medium.woff2') format('woff2'),
       url('./Dana-Medium.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'dana';
  font-style: normal;
  font-weight: 600;
  src: url('./Dana-Medium.woff2') format('woff2'),
       url('./Dana-Medium.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'dana';
  font-style: normal;
  font-weight: 700;
  src: url('./Dana-Medium.woff2') format('woff2'),
       url('./Dana-Medium.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'dana';
  font-style: normal;
  font-weight: bold;
  src: url('./Dana-Medium.woff2') format('woff2'),
       url('./Dana-Medium.woff') format('woff');
  font-display: swap;
}
