*{margin:0;padding:0;box-sizing:border-box}:root{--main-font: Inter;--Fill-Brand-default: #ff8516;--Fill-Brand-hover: #ff761e;--Fill-Brand-pressed: #ff660f;--Text-Primary: #eceae9;--Fill-0-default: #1b1817;--Text-Secondary-default: #afadac}body{min-width:320px;font-size:16px;font-family:var(--main-font);font-weight:400}.app{background-repeat:no-repeat;background-size:cover;background-position:center center;position:relative;overflow:hidden;min-height:100vh;display:flex;align-items:center;justify-content:center}a,button,input,textarea,div,picture{-webkit-tap-highlight-color:transparent}button{border:none;background:none;font-family:inherit;color:inherit;font-size:inherit}.button{cursor:pointer;text-decoration:none;color:var(--Text-Primary)}.button:disabled{opacity:.5;pointer-events:none}.button-primary{background-color:var(--Fill-Brand-default);padding:12px 24px;border-radius:14px;font-size:18px;font-weight:500;line-height:24px;transition:background-color .2s ease-in-out}.button-primary:hover{background-color:var(--Fill-Brand-hover)}.button-primary:active{background-color:var(--Fill-Brand-pressed)}
