/*
	Theme Name: Pins
	Theme URI: https://pins.social
	Description: A highly optimized, custom-built, and native WordPress theme for the Pins architecture platform. Features a modern Bento Box UI, lightning-fast performance, and zero dependency on page builders.
	Author: Pins Team
	Version: 1.0.0
	Text Domain: pins
*/

/* =========================================
   1. معرفی فونت‌ها (Font Face)
========================================= */

@font-face {
    font-family: 'YekanBakh';
    src: url('./assets/fonts/YekanBakh-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'YekanBakh';
    src: url('./assets/fonts/YekanBakh-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'YekanBakh';
    src: url('./assets/fonts/YekanBakh-Heavy.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* =========================================
   2. اعمال فونت به کل سایت (Global Typography)
========================================= */

body, 
button, 
input, 
textarea, 
select, 
a, 
p, 
span {
    font-family: 'YekanBakh', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'YekanBakh', sans-serif;
    font-weight: 800; /* فراخوانی وزن Heavy به صورت خودکار برای تیترها */
    margin-top: 0;
}

/* =========================================
   3. ریست استایل‌های پایه (CSS Reset)
========================================= */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    direction: rtl; /* راست‌چین کردن کل سایت */
}