/*
Theme Name: Ty Buoyant Official Theme
Theme URI: https://tybuoyant.com
Author: Ty Buoyant
Author URI: https://tybuoyant.com
Description: Official Ty Buoyant WordPress theme — cinematic design, aligned media grid, uniform merch, featured projects, and shows.
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tybuoyant
Tags: music, artist, portfolio, e-commerce, responsive, black-gold, cinematic, shows, merch
*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Montserrat:wght@700;900&display=swap');
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Lato',sans-serif;color:#fff;background:#000;line-height:1.6}
h1,h2,h3,h4{font-family:'Montserrat',sans-serif;font-weight:900;color:#FFD700}
a{color:#FFD700;text-decoration:none;transition:color .3s,text-shadow .3s}
a:hover{color:#fff;text-shadow:0 0 8px #FFD700}
button{background:#FFD700;border:none;padding:12px 28px;font-family:'Montserrat',sans-serif;font-weight:700;color:#000;cursor:pointer;border-radius:4px;transition:background .3s,box-shadow .3s}
button:hover{background:#fff;color:#000;box-shadow:0 0 12px #FFD700}
