/*
Theme Name: TK Saxophone WordPress Theme
Theme URI: https://tksaxophone.com/
Author: Genspark
Author URI: https://tksaxophone.com/
Description: WordPress theme recreated from the current TK SAXOPHONE website design.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: tk-saxophone
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;700;900&display=swap');
        body { font-family: 'Noto Sans TC', sans-serif; background-color: #fafaf9; }
        .animate-fade-in { animation: fadeIn 0.8s ease-out forwards; }
        @keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
        .pulse-soft { animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; }
        @keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.9; transform: scale(1.05); } }
        .sidebar-transition { transition: transform 0.3s ease-in-out; }

html { scroll-behavior: smooth; }
body { margin: 0; color: #1c1917; }
a { text-decoration: none; }
img { max-width: 100%; height: auto; }
