/*
Theme Name: Amante
Theme URI: 
Author: 
Author URI: 
Description: A custom WordPress theme for Amante Aesthetics & Wellness
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: amante
*/

/* Home Page Styles */
.home-content {
    padding: 80px 0;
    background-color: #fff;
}

.home-content .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.home-content h2 {
    font-size: 2.5em;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.home-content .para-section {
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 25px;
    color: #555;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .home-content {
        padding: 50px 0;
    }
    
    .home-content h2 {
        font-size: 2em;
    }
    
    .home-content .para-section {
        font-size: 1em;
        padding: 0 15px;
    }
}

/* Your theme styles go here */
