/*
Theme Name: Break Free Band
Text Domain: break-free-band
Description: The custom theme for Break Free Band.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
WPVibe: yes
*/

/* This file holds the WordPress theme header (above) plus truly global
 * rules only. Tailwind handles everything else.
 *
 * - Design tokens live in theme.css's @theme block.
 * - Prose styles come from the production Tailwind build.
 * - Layout, color, typography utilities come from Tailwind v4.
 *
 * Do NOT add component classes here (.btn-primary, .card, etc.). Use
 * Tailwind utilities in templates instead. Run `npm run build` after editing
 * templates or theme.css, and commit the resulting dist/styles.css.
 */

html {
	scroll-behavior: smooth;
}
