/*
Theme Name: Ela Tervislikult V2
Theme URI: https://elatervislikult.com
Author: Antigravity
Author URI: https://google.com
Description: A clean, modern FSE theme focused on health and newsletter growth.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
*/

/* Reset & Base Styles handled by theme.json, but adding some critical utilities here */
.wp-block-button__link {
    transition: all 0.3s ease;
}

.wp-block-button__link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.hover-lift {
    transition: transform 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-5px);
}