/*
Theme Name: Beauty Hills Theme
Theme URI: https://beautyhills.pro
Author: L2SR6T
Author URI: https://beautyhills.de
Description: Custom Theme für Beauty Hills Cosmetics - basierend auf Tailwind CSS mit ACF Integration
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: beautyhills
Tags: woocommerce, custom-logo, custom-menu

Beauty Hills System Cosmetics - Five Steps. One Routine. Every Skin.
*/

/* Button Styles */
.bh-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    margin-top: 30px;
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.bh-btn-coral {
    background: #e6503e;
    color: #fff;
}

.bh-btn-coral:hover {
    background: #c94433;
    color: #fff;
}

.bh-btn-black {
    background: #000000;
    color: #fff;
}

.bh-btn-black:hover {
    background: #333333;
    color: #fff;
}
