/*
Theme Name: Astra Child
Template: astra
Version: 1.0
Text Domain: astra-child
*/

@font-face {
    font-family: 'IRANYekanX';
    src: url('./assets/fonts/IRANYekanX-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANYekanX';
    src: url('./assets/fonts/IRANYekanX-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANYekanX';
    src: url('./assets/fonts/IRANYekanX-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body,
button,
input,
textarea,
select {
    font-family: 'IRANYekanX', sans-serif;
}


/* =========================================================
   بخش: موقعیت آیکون‌های شناور تماس و واتساپ
   محل: style.css در Astra Child
   عملکرد: قرار دادن دو آیکون در گوشه پایین سمت راست
   توجه: هیچ تغییری در ظاهر یا اندازه SVGها ایجاد نمی‌کند.
   برای حذف: این بخش را با عبارت
   "بخش: موقعیت آیکون‌های شناور تماس و واتساپ" جستجو و حذف کنید.
   ========================================================= */

.zhou-floating-buttons {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.zhou-floating-buttons a {
    display: block;
    text-decoration: none;
}

.zhou-floating-buttons a img {
    width: 40px !important;
    height: 40px !important;
    display: block;
}
