/*
Theme Name: DiacoRoom
Theme URI: https://diacowebdesign.ir
Author: شرکت دیاکو
Author URI: https://diacowebdesign.ir
Description: قالب زیبا و مدرن برای سیستم فروش کلاس‌های آنلاین BigBlueButton
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: diacoroom
Tags: education, online-class, bbb, modern, responsive
*/

/* Import BYekan Font - Use local font files first, then CDN fallback */
@font-face {
    font-family: 'BYekan';
    src: url('assets/fonts/BYekan/BYekan.woff2') format('woff2'),
         url('assets/fonts/BYekan/BYekan.woff') format('woff'),
         url('assets/fonts/BYekan/BYekan.ttf') format('truetype'),
         url('https://cdn.fontcdn.ir/Fonts/BYekan/BYekan.woff2') format('woff2'),
         url('https://cdn.fontcdn.ir/Fonts/BYekan/BYekan.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'BYekan', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

body {
    font-family: 'BYekan', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    direction: rtl;
    background: #ffffff;
    color: #1e3c72;
}

/* Ensure all text elements use BYekan */
h1, h2, h3, h4, h5, h6,
p, span, div, a, button,
input, textarea, select,
label, li, ul, ol, td, th {
    font-family: 'BYekan', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

