/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Child theme for GeneratePress
 Author:       Your Name
 Author URI:   https://example.com
 Template:     generatepress
 Version:      1.0
*/

/* اینجا استایل‌های سفارشی رو می‌نویسی */

/* Shabnam Thin (خیلی نازک) */
@font-face {
  font-family: 'Shabnam';
  src: url('fonts/Shabnam-Thin.woff2') format('woff2'),
       url('fonts/Shabnam-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* Shabnam Regular (متن معمولی) */
@font-face {
  font-family: 'Shabnam';
  src: url('fonts/Shabnam.woff2') format('woff2'),
       url('fonts/Shabnam.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Shabnam Medium (کمی ضخیم‌تر) */
@font-face {
  font-family: 'Shabnam';
  src: url('fonts/Shabnam-Medium.woff2') format('woff2'),
       url('fonts/Shabnam-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Shabnam Bold (ضخیم) */
@font-face {
  font-family: 'Shabnam';
  src: url('fonts/Shabnam-Bold.woff2') format('woff2'),
       url('fonts/Shabnam-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* استفاده در کل سایت */
html, body {
  font-family: 'Shabnam', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400; /* پیش‌فرض متن */
}

/* تیترها */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

/* مثلا برای دکمه‌ها Medium */
button, .button, .wp-block-button__link {
  font-weight: 500;
}
