/**
 * Avenile Theme - Custom Styles
 * 
 * Add your custom CSS here
 * This file is loaded after the main stylesheet
 * 
 * @package Avenile_Premium
 */

/* === Custom Styles Below === */

/* Example: Custom button style */
/*
.btn-custom {
    background: linear-gradient(135deg, #your-color-1 0%, #your-color-2 100%);
}
*/

/* Example: Custom section background */
/*
.custom-section {
    background: url('your-image.jpg') center/cover no-repeat;
}
*/

/* === End Custom Styles === */