/*
Theme Name: Frutify Premium
Theme URI: https://frutify.in
Description: A premium, Starbucks-inspired child theme for Frutify, based on Twenty Twenty-Four. Focus on freshness, quality, and subscriptions.
Author: Frutify Team
Author URI: https://frutify.in
Template: twentytwentyfour
Version: 1.0.0
*/

/* Custom Styles will be handled via theme.json where possible, but CSS overrides go here */

.wp-block-button__link {
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.wp-block-button__link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(30, 57, 50, 0.2);
}
