:root{--black:#000;--white:#fff;--gray-100:#f5f5f7;--gray-200:#e8e8ed;--gray-400:#86868b;--gray-600:#424245}*{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--white);color:var(--black);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.5}::selection{background:var(--black);color:var(--white)}a{color:inherit}button{cursor:pointer}button,input{font-family:inherit}