@tailwind base;@tailwind components;@tailwind utilities;:root{--brand-dark: #0a0a0a;--brand-sidebar: #171717;--brand-border: #262626;--brand-text: #EAE8E4;--brand-text-muted: #A3A3A3;--brand-gold: #c4a05d;--brand-gold-hover: #d5b36e;--brand-gold-tint: rgba(196, 160, 93, .12);--brand-blue: #58a6ff;--brand-blue-tint: rgba(88, 166, 255, .12);--brand-amber: #d29922;--brand-amber-tint: rgba(210, 153, 34, .12)}body{margin:0;font-family:system-ui,-apple-system,sans-serif;background-color:var(--brand-dark);color:var(--brand-text)}.font-serif{font-family:Playfair Display,serif}.page-shell{width:100%;max-width:80rem;margin:0 auto}@keyframes fade-in-down{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-down{animation:fade-in-down .2s ease-out}.tile-elevated{background-color:#26262680;box-shadow:inset 0 1px #ffffff0d}
