/*
Theme Name: ArtLand Multi-Language
Theme URI: https://yourwebsite.com
Description: Professional multi-language landing page theme for digital products with English, Arabic, and French support
Version: 1.0
Author: Your Name
Author URI: https://saudi52.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: artland
Tags: landing-page, multi-language, rtl-language-support, e-commerce, digital-products
*/

/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

/* Add any additional global styles here */
a {
    text-decoration: none;
    transition: all 0.3s ease;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}