/* ==========================================================================
   Dana Pro (13 Weights) & Dana FaNum Webfonts Configuration
   خانواده فونت مدرن و یکپارچه دانا و دانا فانیوم (اعداد فارسی)
   ========================================================================== */

/* --- Dana Standard (Latin Numerals) --- */
@font-face {
  font-family: 'Dana';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('/static/fonts/danapro/Dana-Thin.woff2') format('woff2');
}

@font-face {
  font-family: 'Dana';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('/static/fonts/danapro/Dana-UltraLight.woff2') format('woff2');
}

@font-face {
  font-family: 'Dana';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/static/fonts/danapro/Dana-Light.woff2') format('woff2');
}

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

@font-face {
  font-family: 'Dana';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/static/fonts/danapro/Dana-Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Dana';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/static/fonts/danapro/Dana-DemiBold.woff2') format('woff2');
}

@font-face {
  font-family: 'Dana';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/static/fonts/danapro/Dana-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Dana';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/static/fonts/danapro/Dana-ExtraBold.woff2') format('woff2');
}

@font-face {
  font-family: 'Dana';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/static/fonts/danapro/Dana-Black.woff2') format('woff2');
}


/* --- Dana FaNum (Farsi Numerals - اعداد فارسی) --- */
@font-face {
  font-family: 'DanaFaNum';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('/static/fonts/danapro/DanaFaNum-Thin.woff2') format('woff2');
}

@font-face {
  font-family: 'DanaFaNum';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('/static/fonts/danapro/DanaFaNum-UltraLight.woff2') format('woff2');
}

@font-face {
  font-family: 'DanaFaNum';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/static/fonts/danapro/DanaFaNum-Light.woff2') format('woff2');
}

@font-face {
  font-family: 'DanaFaNum';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/static/fonts/danapro/DanaFaNum-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'DanaFaNum';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/static/fonts/danapro/DanaFaNum-Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'DanaFaNum';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/static/fonts/danapro/DanaFaNum-DemiBold.woff2') format('woff2');
}

@font-face {
  font-family: 'DanaFaNum';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/static/fonts/danapro/DanaFaNum-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'DanaFaNum';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/static/fonts/danapro/DanaFaNum-ExtraBold.woff2') format('woff2');
}

@font-face {
  font-family: 'DanaFaNum';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/static/fonts/danapro/DanaFaNum-Black.woff2') format('woff2');
}


/* --- Dana Variable Font --- */
@font-face {
  font-family: 'DanaVF';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/static/fonts/danapro/DanaVF.woff2') format('woff2');
}

/* Global Font Definition */
:root {
  --font-dana: 'Dana', 'DanaFaNum', 'DanaVF', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-dana-fanum: 'DanaFaNum', 'Dana', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
