/*
Theme Name: MTS Hard Techno
Theme URI: https://deine-domain.de
Author: Dein Name
Description: Custom Theme für MTS mit ACF & CPT
Version: 1.0
*/

html { scroll-behavior: smooth; }
:root {
  --neon-blue: #00f3ff;
  --neon-blue-glow: 0 0 10px #00f3ff, 0 0 20px #00f3ff, 0 0 40px #00f3ff, 0 0 80px #00f3ff;
  --neon-red: #ff003c;
  --bg-dark: #0a0a0a;
  --bpm-150: 400ms;
}
body { background-color: black; color: white; overflow-x: hidden; }
.font-cyber { font-family: 'Orbitron', sans-serif; }
.font-raw { font-family: 'Permanent Marker', cursive; }
.font-ui { font-family: 'Rajdhani', sans-serif; }

/* ... Füge hier den REST deines CSS aus dem <style> Block ein (Scanlines, Glitch, Hover-Effekte etc.) ... */
/* Aus Platzgründen hier gekürzt, einfach 1:1 kopieren! */
