@import"https://fonts.googleapis.com/css2?family=Inter:wght@400&family=Montserrat:wght@400;700&display=swap";:root{--font-heading: "Montserrat", system-ui, -apple-system, sans-serif;--font-body: "Inter", system-ui, -apple-system, sans-serif;--section-gap: clamp(120px, 18vh, 240px);--color-bg: #1a1a1a;--color-text: #e6e6e6;--color-muted: #888888;--color-accent: #e63946;--color-accent-hover: #c1252f;--color-white: #ffffff;--color-light-bg: #f5f5f5;--color-text-secondary: #555555;--color-text-on-dark: #ffffff;--color-subtitle-dark: #aaaaaa}html,body{margin:0;padding:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);line-height:1.5;overflow-x:clip;overscroll-behavior:auto}#root{overflow:visible}section:first-of-type{margin-top:0}section{display:block;margin-top:var(--section-gap)}
