/*
Theme Name: Àṣẹ Haus
Theme URI: https://ase.haus
Author: Àṣẹ Haus
Author URI: https://ase.haus
Description: A luxury minimalist theme for Àṣẹ Haus - luxury consulting and brand architecture firm. Features Afro-luxury aesthetic with elegant typography and refined design.
Version: 1.6.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ashe-haus
Tags: luxury, minimalist, consulting, business, elegant

This theme was designed and developed by Àṣẹ Haus.
*/

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

body {
    font-family: 'Inter', 'Helvetica Neue', sans-serif;
    color: #1A1A1A;
    background-color: #F5F1E8;
    overflow-x: hidden;
    line-height: 1.7;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
    font-weight: 400;
    letter-spacing: 0.02em;
}

/* Container */
.ashe-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
}

/* WordPress Core Alignment */
.alignleft {
    float: left;
    margin-right: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive */
@media (max-width: 768px) {
    .ashe-container {
        padding: 0 25px;
    }
}
