/*
Theme Name: EVELIA Luxury Skincare
Theme URI: https://evelia.store
Author: EVELIA House
Author URI: https://evelia.store
Description: A premium, RTL-first WooCommerce theme for luxury skincare & beauty houses. Migrated and rebuilt from the original EVELIA Hostinger Horizons experience — same rose/champagne/plum identity, same Arabic-first luxury layout, now on WordPress + WooCommerce with a full customization control center, product storytelling (ingredients, benefits, skin type, ritual), Saudi Business verification seal support, and performance/security hardening.
Version: 1.2.9
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: evelia
Domain Path: /languages
Tags: e-commerce, custom-colors, custom-logo, custom-menu, editor-style, featured-images, full-width-template, rtl-language-support, translation-ready, one-column, two-columns, right-sidebar

EVELIA Luxury Skincare WordPress theme.
Copyright (C) 2026 EVELIA House.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
*/

/* Stylesheet intentionally left minimal — all presentational CSS is enqueued
 * from /assets/css/*.css (see inc/enqueue.php) so browsers can cache each
 * concern independently and the Customizer can inject only the small,
 * dynamic bit (brand colors/fonts) as inline CSS instead of rewriting this
 * file. WordPress still requires this header to recognize an installable
 * theme, and get_stylesheet_uri() intentionally still points here so any
 * plugin that expects style.css to carry real rules keeps working: the
 * essential resets live below.
 */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	margin: 0;
}
