/*
 Theme Name: BeastMaster Base
 Theme URI: https://grawmitz.org
 Description: Shared base theme for BeastMaster-managed WordPress properties. Clean block theme with security defaults and brand consistency.
 Version: 1.0.0
 Author: BeastMaster
 Text Domain: beastmaster-base
 Requires PHP: 8.1
 Requires at least: 6.4
*/

body {
    -webkit-font-smoothing: antialiased;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
}

a:hover {
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.bm-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.5rem;
    transition: box-shadow 0.2s ease;
}

.bm-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
