@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");body,html{--custom-font-family:"Poppins",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;--custom-bg-color:#101010;--custom-panel-color:#222;--custom-box-shadow:0 2px 8px 0 rgba(0,0,0,.8);--custom-color:#fff;--custom-color-brand:#24b47e;--custom-color-secondary:#666;--custom-color-error:#b52424;--custom-border:1px solid #333;--custom-border-focus:1px solid #666;--custom-border-radius:5px;--custom-spacing:5px;padding:0;margin:0;background-color:var(--custom-bg-color);-webkit-user-select:none;-moz-user-select:none;user-select:none}*,body,html{font-family:var(--custom-font-family)}*{color:var(--custom-color);box-sizing:border-box}#__next,body,html{width:100vw;overflow-x:hidden}