 body {font-family: "Inter"; color: var(--text-body)} h1, h2, h3, h4, h5, h6 {color: var(--text-title)} h1 {font-size: var(--text-m)} h2 {font-size: var(--text-xl)} h3 {font-size: var(--text-l)}body { background-color: var(--bg-body); overflow-x: hidden;}.section { overflow-x: hidden;}@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); }}@keyframes scaleIn { from { opacity: 0; transform: scale(0.95); } to { opacity: 1; transform: scale(1); }}.bot-hide{ cursor:pointer; text-decoration:underline; }.bot-hide:focus{ outline:2px solid var(--primary-30); outline-offset:2px; } .brxe-text * + :is(h1, h2, h3, h4, h5, h6), .brxe-post-content:not([data-source=bricks]) * + :is(h1, h2, h3, h4, h5, h6), body:not(.woocommerce-checkout) [class*=woocommerce] * + :is(h1, h2, h3, h4, h5, h6) {margin-block-start: var(--space-l)} .brxe-text * + p, .brxe-post-content:not([data-source=bricks]) * + p, body:not(.woocommerce-checkout) [class*=woocommerce] * + p {margin-block-start: var(--space-2xs)} .brxe-text * + *, .brxe-post-content:not([data-source=bricks]) * + *, body:not(.woocommerce-checkout) [class*=woocommerce] * + * {margin-block-start: var(--space-3xs)}