:root{--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700}*{box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;font-family:var(--font-family);font-weight:var(--font-weight-regular);line-height:1.5;color:#1e293b;background-color:#f8fafc;overflow-x:hidden}app-root{display:flex;flex-direction:column;width:100%;height:100vh;overflow:hidden}.app-main{display:flex;flex-direction:column;flex:1;min-height:0;width:100%;overflow-y:auto}h1,h2,h3,h4,h5,h6{font-family:var(--font-family);font-weight:var(--font-weight-bold);line-height:1.2;margin:0 0 .5em;color:#0f172a}h1{font-size:2rem;letter-spacing:-.025em}h2{font-size:1.5rem;letter-spacing:-.02em}h3{font-size:1.25rem;letter-spacing:-.015em}p{margin:0 0 1em}a{color:#3b82f6;text-decoration:none}a:hover{text-decoration:underline}button{font-family:var(--font-family);font-weight:var(--font-weight-medium)}input,textarea,select{font-family:var(--font-family)}
