* { --ease-default: cubic-bezier(0.85, 0, 0.15, 1);  } :root { --bricks-ease: cubic-bezier(0.85, 0, 0.15, 1); }  * { transition: all 0.8s var(--bricks-ease) !important; animation-timing-function: var(--bricks-ease) !important; } p, .text-element { word-break: keep-all; overflow-wrap: break-word; } body { overflow-x: hidden; }