/*
Theme Name: AZNABA
Theme URI: https://az-naba.com
Author: AZNABA Team
Author URI: https://az-naba.com
Description: A modern e-commerce theme designed for easy migration to Shopify. Features a split-screen landing page showcasing modest fashion collections.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aznaba
Tags: e-commerce, fashion, modern, shopify-ready
*/

/* ============================================
   GLOBAL BRAND BASE — applies to every page
   ============================================ */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #000000;
    color: #ffffff;
    line-height: 1.6;
}

a {
    color: #ffffff;
}

