/*
Theme Name: Tonic Tuning Modern
Theme URI: https://www.tonic-tuning.de
Author: AI Assistant
Description: Custom high-performance theme for Tonic Tuning with external DB integration.
Version: 1.0
*/

/* Reset & Basic Styles */
body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background-color: #000;
    color: #fff;
}

/* We will load Tailwind via CDN in header.php for simplicity in this standalone version */

/* Local Fonts (GDPR Compliant) */
@font-face {
    font-family: 'Inter';
    src: url('assets/fonts/Inter-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

font-display: swap;
}

/* Active/Click State for Mobile Menu Items */
#mobile-menu a:active,
#mobile-menu a.clicked {
    color: #EE7F00 !important;
}