@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--font-heading: "Bebas Neue", sans-serif;--font-body: "Inter", sans-serif;--background: #050505;--foreground: #f5f5f5;--card: #111111;--card-foreground: #f5f5f5;--popover: #111111;--popover-foreground: #f5f5f5;--primary: #f97316;--primary-foreground: #ffffff;--secondary: #1a1a1a;--secondary-foreground: #e5e5e5;--muted: #171717;--muted-foreground: #8a8a8a;--accent: #f97316;--accent-foreground: #ffffff;--destructive: #dc2626;--destructive-foreground: #ffffff;--border: #222222;--input: #222222;--ring: rgba(249, 115, 22, .45);--chart-1: #f97316;--chart-2: #fb923c;--chart-3: #a855f7;--chart-4: #22c55e;--chart-5: #ef4444;--radius: 12px;--sidebar-background: #0b0b0b;--sidebar-foreground: #e5e5e5;--sidebar-primary: #f97316;--sidebar-primary-foreground: #ffffff;--sidebar-accent: #171717;--sidebar-accent-foreground: #e5e5e5;--sidebar-border: #1c1c1c;--sidebar-ring: rgba(249, 115, 22, .45)}*{box-sizing:border-box}html{background:var(--background);color:var(--foreground);scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at top,rgba(249,115,22,.12),transparent 28%),linear-gradient(180deg,#080808,#050505);color:var(--foreground);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}a{color:inherit}button,input,textarea,select{font:inherit}h1,h2,h3,h4,h5,h6,.font-heading{font-family:var(--font-heading);letter-spacing:.04em}img{max-width:100%;display:block}::selection{background:#f973164d;color:#fff}
