
/*
Theme Name: Magnifi-Scents Luxury Theme
Theme URI: https://example.com
Author: ChatGPT
Description: Luxury perfume and gifting WooCommerce WordPress theme with blush, champagne, cream, and black styling.
Version: 1.0
Text Domain: magnifi-scents
*/

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background: #F7F3EC;
    color: #111111;
}

header {
    background: #000000;
    color: #F7F3EC;
    padding: 20px;
    text-align: center;
}

.hero {
    background: linear-gradient(to right, #F7F3EC, #EFCFC4);
    padding: 100px 20px;
    text-align: center;
}

.hero h1 {
    font-size: 64px;
    margin-bottom: 20px;
}

.hero p {
    font-size: 22px;
}

.button {
    background: #C6A769;
    color: white;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
}

footer {
    background: #111111;
    color: #F7F3EC;
    padding: 30px;
    text-align: center;
}
