
Theme Name: TCG Arena
Version: 1.0

body{font-family:system-ui;}

body{
  margin:0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu;
  background:#0b1220;
  color:#e5e7eb;
}
header, footer{
  background:#020617;
  padding:20px;
}
a{ color:#38bdf8; text-decoration:none; }
.container{ max-width:1200px; margin:auto; padding:20px; }
