/*
Theme Name: Redbird Boutique
Theme URI: https://redbirdnetworking.com
Author: Antigravity
Description: A premium boutique block theme tailored for high-end industrial and infrastructure networking services.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
Text Domain: redbird-boutique
Tags: block-theme, full-site-editing, custom-colors, custom-typography
*/

/* Core styles managed by theme.json. Minimal CSS overrides below. */

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Hover effects for cards */
.is-style-interactive-card {
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.is-style-interactive-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px var(--wp--preset--color--smoke), inset 0 0 0 1px var(--wp--preset--color--red);
}