/*
Theme Name: Nerd Agora
Theme URI: https://nerdagora.com.br
Author: AI Studio
Description: Um portal moderno e vibrante focado em animes, games e cultura nerd.
Version: 1.1
Text Domain: nerdagora
*/

@import "tailwindcss";

@theme {
  --color-brand-dark: #0a0a0b;
  --color-brand-surface: #12121a;
  --color-brand-purple: #9d00ff;
  --color-brand-cyan: #00f2ff;
  --color-brand-pink: #ff00e5;
  --color-brand-text: #e0e0e0;
  --color-brand-text-muted: #a0a0a0;
  
  --font-sans: "Inter", ui-sans-serif, system-ui, sans-serif;
  --font-display: "Space Grotesk", "Inter", sans-serif;
}

/* Global Utility Classes Fallback */
.bg-brand-dark { background-color: #0a0a0b !important; }
.bg-brand-surface { background-color: #12121a !important; }
.text-brand-text { color: #e0e0e0 !important; }
.text-brand-text-muted { color: #a0a0a0 !important; }
.text-brand-cyan { color: #00f2ff !important; }
.text-brand-purple { color: #9d00ff !important; }
.text-brand-pink { color: #ff00e5 !important; }

body {
    background-color: #0a0a0b;
    color: #e0e0e0;
}
