@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:wght@300;400;500;600;700&display=swap");:root{--primary:#1a1a2e;--accent:#0f3460;--highlight:#e94560;--surface:#fff;--muted:#6b7280;--border:#e5e7eb;--background:#f8f9fa}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;background:var(--surface);color:var(--primary);line-height:1.6}h1,h2,h3{font-family:Bebas Neue,sans-serif;letter-spacing:1px}a{color:var(--highlight);text-decoration:none}a:hover{text-decoration:underline}