/*
Theme Name: Wolf4You Streaming Managment Agency
Theme URI: https://wolf4you.com
Author: MJ
Author URI: https://wolf4you.com
Description: Minimal schnelles Block-Theme für eine TikTok LIVE Agency. Enthält Startseite, Vorteile, Talente, Infos, FAQ, Rechner und Bewerbung als Block-Patterns.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: wolf4you
Tags: block-patterns, custom-menu, full-site-editing, one-column, wide-blocks, editor-style
*/
:root{
  --bg:#0b0b12;
  --card:#141422;
  --muted:#9aa3b2;
  --accent:#8b5cf6;
  --accent-2:#22d3ee;
}
body{background:#0b0b12;color:#e5e7eb;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}
.gradient-text{background:linear-gradient(90deg,var(--accent),var(--accent-2));-webkit-background-clip:text;background-clip:text;color:transparent}
.btn{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;border-radius:9999px;padding:.8rem 1.1rem}
.btn-primary{background:linear-gradient(90deg,var(--accent),var(--accent-2));color:#0b0b12}
.btn-outline{border:1px solid #2f2f45;color:#fff}
.card{background:rgba(20,20,34,.6);border:1px solid #2f2f45;border-radius:1rem;padding:1.25rem}
img{border-radius:1rem}
a{text-decoration:none}
.wp-site-blocks{max-width:100%}
*/