@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");:root{--background:#000;--background-green:#029A63;--background-red:#C92D32;--background-primary:#0F0F0F;--background-secondary:#191919;--text-primary:#fff;--text-green:#029A63;--text-secondary:#ADADAD;--backdrop:rgba(0,0,0,0.8)}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;height:100%;overflow-x:hidden;overflow-y:hidden;font-family:Poppins,sans-serif;font-style:normal;background-color:var(--background);font-size:18px}a{text-decoration:none;color:inherit}button,input{all:unset}.hover-text:hover{cursor:pointer}.highlight-text,.hover-text:hover{color:var(--text-green)}.body-one{font-size:.75rem;font-weight:400;line-height:1rem}.heading-six{font-size:1rem;font-weight:500;line-height:1.5rem}