/*
Theme Name: Twenty Twenty-Five Child
Theme URI: http://example.com
Description: Child theme for Twenty Twenty-Five
Author: Your Name
Author URI: http://example.com
Template: twentytwentyfive
Version: 1.0.0
*/

/* ---------- CSS های سفارشی از اینجا شروع می‌شود ---------- */

/* ---------- فونت‌ها (خودکار) ---------- */
@font-face {
    font-family: "IRANSansX";
    src: url("fonts/iransansx/IRANSansX-Regular.woff2") format("woff2"),
         url("fonts/iransansx/IRANSansX-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Morabba";
    src: url("fonts/morabba/Morabba-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "PelakFA";
    src: url("fonts/pelak/PelakFA-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

/* ---------- اعمال فونت‌ها ---------- */

body {
    font-family: IRANSansX, PelakFA, sans-serif;
}

h1, h2, h3, h4, h5 {
    font-family: Morabba, IRANSansX, sans-serif;
}

/* ---------- اینجا می‌تونی CSSهای سفارشی دیگه اضافه کنی ---------- */


