/*
 Theme Name:   Astra Child – Big Tooth Comb
 Theme URI:    https://btc.858webdesign.com
 Description:  Child theme for Twenty Twenty-Five, used as headless CMS for Big Tooth Comb rock band site
 Author:       You / 858webdesign
 Author URI:   https://858webdesign.com
 Template:     astra
 Version:      1.0.1
 Text Domain:  astra-child
*/

@tailwind base;
@tailwind components;
@tailwind utilities;

/* Optional: quick dark garage-rock override until you fully replace with Next.js 
body {
  background: #111;
  color: #eee;
}*/