/*
Theme Name: BIG DIM - Book Import & Export
Theme URI: https://bigdim.dz
Author: SARL BIG DIM
Author URI: https://bigdim.dz
Description: قالب ووردبرس احترافي ثنائي اللغة لشركة BIG DIM المتخصصة في استيراد وتصدير الكتب في تلمسان، الجزائر
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: bigdim
Tags: rtl-language-support, custom-header, custom-menu, featured-images, threaded-comments, translation-ready
*/

:root {
    --color-primary: #1b4332;
    --color-primary-light: #2d6a4f;
    --color-accent: #52b788;
    --color-accent-light: #74c69d;
    --color-dark: #081c15;
    --color-text: #212529;
    --color-text-light: #495057;
    --color-bg: #fdfefe;
    --color-bg-alt: #f1f8f5;
    --color-border: #d8f3dc;
    
    --font-arabic: 'Tajawal', sans-serif;
    --font-arabic-display: 'Amiri', serif;
    
    --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-arabic);
    font-size: 18px;
    line-height: 1.8;
    color: var(--color-text);
    background-color: var(--color-bg);
    direction: rtl;
}

/* See full styles in separate stylesheet loaded via functions.php */
