/*
Theme Name: TBM House
Theme URI: https://tbmhouse.example/
Author: TBM House
Author URI: https://tbmhouse.example/
Description: Custom block-based theme for TBM House — an online dance studio selling subscription and per-video access to dance video classes. Pairs with MemberPress for access control and YouTube unlisted embeds for protected playback.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.5
Requires PHP: 7.4
License: GPL v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tbmalo-house
Tags: dark, custom-colors, block-styles, full-width-template, custom-menu, threaded-comments
*/

/*
 * The full design system lives in assets/css/design-system.css and is enqueued
 * from functions.php. This file is intentionally minimal so WordPress can
 * detect the theme. All real styling — color tokens, typography, components,
 * locked/unlocked content states — is in design-system.css.
 */

/* Minimal reset so the theme has something usable even if design-system.css
 * fails to load. */
html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }
body {
    margin: 0;
    background: #1C1A17;
    color: #F5F0E8;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
