﻿/* =========================
   فونت‌های لوکال
========================= */

/*@font-face {
    font-family: 'Amiri';
    src: url('/Fonts/amiri-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Amiri';
    src: url('/Fonts/amiri-italic.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('../Fonts/Vazirmatn-Regular.woff2') format('woff2');
    font-weight: 400;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('../Fonts/Vazirmatn-SemiBold.woff2') format('woff2');
    font-weight: 600;
}*/

/* =========================
   تنظیمات پایه
========================= */

/*body {
    margin: 0;
    padding: 0;
    background-color: #f9fafb;
    color: #111827;
    font-family: 'Vazirmatn', sans-serif;
}*/

/* =========================
   کانتینر دعا
========================= */

/*.dua-container {
    max-width: 800px;
    margin: 48px auto;
    padding: 32px 24px;
    background-color: #ffffff;
    border-radius: 8px;
    line-height: 2.4;
}*/

/* =========================
   عنوان
========================= */

/*.dua-title {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 40px;
}*/

/* =========================
   متن دعا
========================= */

/*.dua-text {
    font-family: 'Amiri', serif;
    font-size: 1.3rem;
    direction: rtl;
    text-align: justify;
    margin-bottom: 24px;
    unicode-bidi: plaintext;*/
    /* بهبود نمایش اعراب */
    /*font-feature-settings: "liga" 1, "calt" 1;
}*/

/* =========================
   موبایل
========================= */

/*@media (max-width: 640px) {
    .dua-container {
        margin: 24px 12px;
        padding: 20px 16px;
    }

    .dua-text {
        font-size: 1.15rem;
        line-height: 2.2;
    }
}*/

.full-viewport{
    width:100vw;
    height:100vh;
}
.full-screen{
    width:100%;
    height:100%;
}

.fade-in {
    opacity: 1;
    transition: opacity .3s ease-in;
}

.fade-out {
    opacity: 0;
    transition: opacity .3s ease-out;
}
