/*
 Theme Name:   Blocksy Child
 Theme URI:    https://ravanagahclinic.com/
 Description:  A child theme for Blocksy
 Author:       ravanagahclinic
 Author URI:   https://ravanagahclinic.com/
 Template:     blocksy
 Version:      1.0.0
 Text Domain:  blocksy-child
*/

/* تعریف فونت اصلی (نسخه Variable) */
@font-face {
    font-family: 'YekanBakh';
    src: url('/wp-content/themes/blocksy-child/fonts/YekanBakh-VF.woff2') format('woff2');
    font-weight: 300 900;
    /* از 300 تا 900 (وَریِبل) */
    font-style: normal;
    font-display: swap;
}

/* همه عناصر با وزن نرمال */
body,
* {
    font-family: 'YekanBakh', sans-serif !important;
    font-weight: 400;
}

/* تیترها بولد */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

/* جداول */
table,
th,
td {
    font-weight: 400;
}

/* فرم‌ها */
input,
textarea,
select,
button {
    font-weight: 400;
}

/* منوها و ناوبری */
.menu,
.nav,
.navigation,
.menu-item,
.nav-item {
    font-weight: 400;
}

/* ویجت‌ها */
.widget,
.sidebar {
    font-weight: 400;
}

.widget-title {
    font-weight: 700;
}

/* محتوای پست و صفحه */
.entry-content,
.post-content,
.page-content {
    font-weight: 400;
}

/* کامنت‌ها */
.comment,
.comment-content,
.comment-meta {
    font-weight: 400;
}

/* بدنه */
body {
    font-size: 16px;
    line-height: 1.5;
}

