@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@700&display=swap";@layer base, components, utilities;@layer base{html{font-family:Open Sans,sans-serif;font-size:14px;font-weight:400;letter-spacing:.3px;line-height:20px;background:#fff}*{box-sizing:border-box}button{outline:none;border:none;cursor:pointer}p{margin:0}a{text-decoration:none}input:active,input:focus{outline:none}input{font-size:16px;-webkit-appearance:none;-moz-appearance:none;appearance:none}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}h1{line-height:1.2}#root{display:flex;flex-direction:column;justify-content:space-between;min-height:100%;height:100vh}body{overflow-x:hidden;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}