/*
Theme Name: YalaSouk Luxe
Theme URI: https://yalasouk.com
Author: YalaSouk
Description: Luxury minimalist WordPress theme inspired by Dior aesthetics. Clean, chic, neutral tones with elegant typography.
Version: 1.0
*/

body {
    margin: 0;
    font-family: 'Playfair Display', serif;
    background-color: #F7F5F2;
    color: #111111;
}

a {
    color: #111111;
    text-decoration: none;
}

header {
    padding: 40px;
    text-align: center;
    background-color: #FFFFFF;
}

h1, h2, h3 {
    font-weight: 500;
    letter-spacing: 1px;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.product {
    border: 1px solid #E5E5E5;
    padding: 20px;
    margin-bottom: 30px;
    background: #FFFFFF;
}

footer {
    padding: 30px;
    text-align: center;
    font-size: 14px;
    color: #777;
}