@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&display=swap");:root{--background:#0a0a0a;--foreground:#f5f5f5;--surface:#141414;--surface-elevated:#1c1c1e;--border:#2a2a2a;--muted:#6b6b6b;--muted-foreground:#a0a0a0;--accent:#0071e3;--accent-hover:#0077ed;--accent-foreground:#fff;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-serif:"Playfair Display",Georgia,serif;--radius:0.75rem;--max-width:1200px}*,:after,:before{box-sizing:border-box;padding:0;margin:0}html{scroll-behavior:smooth;color-scheme:dark}body,html{background-color:var(--background)}body{font-family:var(--font-sans);color:var(--foreground);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}