:root{--rb-bg:#F2E9DD;--rb-ink:#2F2E2F;--rb-orange:#F35806}

html,body{min-height:100%}

body{
  background-color:var(--rb-bg)!important;
  background-image:
    linear-gradient(to bottom,
      rgba(242,233,221,1) 0%,
      rgba(242,233,221,.98) 14%,
      rgba(242,233,221,.88) 35%,
      rgba(242,233,221,.72) 62%,
      rgba(242,233,221,.58) 100%
    ),
    radial-gradient(circle at 50% 0%, rgba(255,248,239,.95), transparent 42%),
    url('/assets/rb-pattern.svg')!important;
  background-size:auto, auto, 320px 320px!important;
  background-repeat:no-repeat, no-repeat, repeat!important;
  background-attachment:fixed!important;
}

.rb-header-logo,
.logo,
.brand img{
  filter:brightness(0) saturate(100%) invert(45%) sepia(98%) saturate(3130%) hue-rotate(1deg) brightness(104%) contrast(105%)!important;
}
