/*
Theme Name: CargoZen Child
Theme URI: 
Description: قالب فرزند CargoZen برای راست‌چین‌سازی
Author: Your Name
Author URI: 
Template: cargozen
Version: 1.0.0
Text Domain: cargozen-child
*/

/*
 * ====================================================================
 * 1. تعریف فونت‌های فارسی (دانا)
 * ====================================================================
 * این بخش فونت‌هایی که آپلود کرده‌اید را به وردپرس معرفی می‌کند.
*/

@font-face {
  font-family: 'Dana';
  src: url('fonts/dana/woff2/Dana-Thin.woff2') format('woff2'),
       url('fonts/dana/woff/Dana-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dana';
  src: url('fonts/dana/woff2/Dana-UltraLight.woff2') format('woff2'),
       url('fonts/dana/woff/Dana-UltraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dana';
  src: url('fonts/dana/woff2/Dana-Light.woff2') format('woff2'),
       url('fonts/dana/woff/Dana-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dana';
  src: url('fonts/dana/woff2/Dana-Regular.woff2') format('woff2'),
       url('fonts/dana/woff/Dana-Regular.woff') format('woff');
  font-weight: 400; /* normal */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dana';
  src: url('fonts/dana/woff2/Dana-Medium.woff2') format('woff2'),
       url('fonts/dana/woff/Dana-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dana';
  src: url('fonts/dana/woff2/Dana-DemiBold.woff2') format('woff2'),
       url('fonts/dana/woff/Dana-DemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dana';
  src: url('fonts/dana/woff2/Dana-Bold.woff2') format('woff2'),
       url('fonts/dana/woff/Dana-Bold.woff') format('woff');
  font-weight: 700; /* bold */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dana';
  src: url('fonts/dana/woff2/Dana-ExtraBold.woff2') format('woff2'),
       url('fonts/dana/woff/Dana-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dana';
  src: url('fonts/dana/woff2/Dana-Black.woff2') format('woff2'),
       url('fonts/dana/woff/Dana-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/*
 * ====================================================================
 * 2. اعمال فونت به کل سایت
 * ====================================================================
*/

body, h1, h2, h3, h4, h5, h6, p, a, span, li, div, input, textarea, button, select {
    font-family: 'Dana', Tahoma, Arial, sans-serif !important;
}

/* سایر استایل‌های اختصاصی غیر مرتبط با جهت را اینجا اضافه کنید */
