:root{--background:#fff;--foreground:#171717}html{height:100%}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100%;color:var(--foreground);background:var(--background);flex-direction:column;display:flex}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}@keyframes page-spin{to{transform:rotate(360deg)}}.page-spinner-wrap{background:#24201f;justify-content:center;align-items:center;min-height:100vh;display:flex}.page-spinner{border:5px solid #3a3535;border-top-color:#f13b26;border-radius:50%;width:56px;height:56px;animation:.8s linear infinite page-spin}
