/*
Theme Name: D2MG Choices
Theme URI: https://example.com/
Author: D2 Music Group
Author URI: https://example.com/
Description: A custom Full Site Editing (block) theme for D2 Music Group (D2MG). Modern, high-contrast, music-label style layout (original design).
Requires at least: 6.2
Tested up to: 6.5
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: d2mg-choices
Tags: full-site-editing, block-patterns, wide-blocks, editor-style
*/

/* Primary styling via theme.json. Minimal fallbacks here. */
.wp-site-blocks { min-height: 100vh; }
a { text-decoration-thickness: .08em; text-underline-offset: .18em; }
/* Better card hover */
.d2-card:hover { transform: translateY(-2px); }
