:root{--color-primary:#1f2937;--color-accent:#3b82f6;--color-background:#fff;--color-foreground:#1f2937;--color-border:#e5e7eb;--color-muted:#6b7280;--color-mutedBackground:#f3f4f6}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--color-background);color:var(--color-foreground);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:16px;line-height:1.5;transition:background-color .3s,color .3s}html{scroll-behavior:smooth}a{color:var(--color-accent);text-decoration:none;transition:opacity .2s}a:hover{opacity:.8}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit}
