@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--background-color: #000000;--text-color: #ffffff;--accent-color: #333333;--secondary-text: #888888;--font-family: "Inter", sans-serif;--border-color: #222}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background-color);color:var(--text-color);font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}ul{list-style:none}.container{max-width:1400px;margin:0 auto;padding:0 24px}h1,h2,h3,h4,h5,h6{font-weight:500}app-root,app-header,app-hero,app-founder-card,app-footer,app-home,app-profile{display:block}main{min-height:500px}
