
body{
    background-color: #ffd86a17;
    background-color: red;
}
h1, h2, h3, h4, h5, h6{
    font-family: Sugra;
    font-weight: 300 !important;
}

/* --------------------------------------------------------------------------
   Global Resets & Base
   -------------------------------------------------------------------------- */

*,
*::before,
*::after {
  box-sizing: border-box;
}

.brxe-section,
.brxe-container,
.brxe-block,
.brxe-div {
  display: block;
  flex-direction: row;
}

body {
  font-family: var(--font-body);
  font-weight: var(--body-weight);
  font-size: var(--text-m);
  line-height: var(--body-line-height);
  color: var(--base);
  background-color: var(--paper, #fbf6ec);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


@keyframes cs-pivot-marquee{to{transform:translateX(-50%)}}

/* --------------------------------------------------------------------------
   Menü
   -------------------------------------------------------------------------- */
.cs-pivot-menu-toggle__icon{display:inline-flex;flex-direction:column;gap:6px;width:24px}
.cs-pivot-menu-toggle__icon p{display:contents}.cs-pivot-menu-toggle__icon br{display:none}
.cs-pivot-menu-toggle__icon span{display:block;width:24px;height:2px;background:currentColor;border-radius:999px;transition:transform .25s ease,opacity .25s ease}
.cs-pivot-header.is-menu-open .cs-pivot-menu-toggle__icon span:first-child{transform:translateY(4px) rotate(45deg)}
.cs-pivot-header.is-menu-open .cs-pivot-menu-toggle__icon span:last-child{transform:translateY(-4px) rotate(-45deg)}


