/* =========================
   اضافه کردن فونت ایران سنس
========================= */
@font-face {
    font-family: 'IRANSans';
    src: url('fonts/IRANSans.woff2') format('woff2'),
         url('fonts/IRANSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* =========================
   تنظیمات پایه
========================= */
body {
    margin: 0;
    font-family: 'IRANSans', sans-serif;
    direction: rtl;
    color: #333;

    background-image: url('https://cdn.imgurl.ir/uploads/x831635_IMG_20260126_202233_941.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

body::before {
    content: "";