/* ============================================
   rostam-typography.css
   تایپوگرافی کتاب «رستم؛ شاهِ نگهبان معنای ایران»
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;600;700;900&display=swap');

:root {
    /* خانواده فونت */
    --font-body: 'Vazirmatn', 'Tahoma', sans-serif;
    --font-heading: 'Vazirmatn', 'Tahoma', sans-serif;

    /* سایز فونت */
    --text-xs: 0.75rem;      /* 12px */
    --text-sm: 0.875rem;     /* 14px */
    --text-base: 1rem;       /* 16px */
    --text-lg: 1.125rem;     /* 18px */
    --text-xl: 1.25rem;      /* 20px */
    --text-2xl: 1.5rem;      /* 24px */
    --text-3xl: 1.875rem;    /* 30px */
    --text-4xl: 2.25rem;     /* 36px */
    --text-5xl: 3rem;        /* 48px */

    /* ارتفاع خط */
    --leading-tight: 1.3;
    --leading-normal: 1.6;
    --leading-relaxed: 1.8;
    --leading-loose: 2;

    /* عرض کانتینر */
    --container-max: 1100px;
    --container-reading: 780px;
    --container-padding: 1.5rem;
}