/*!
 Copyright (c) 2020, 2024, Oracle and/or its affiliates.
 */

/* u-Colors
   ========================================================================= */

:root {
  
  --ut-component-icon-background-color: var(--rw-palette-orange-80);
  --u-color-1: var(--rw-palette-orange-80);
  --u-color-1-contrast: var(--rw-palette-orange-10);

  --u-color-2: var(--rw-palette-orange-120);
  --u-color-2-contrast: var(--rw-palette-orange-10);

  --u-color-3: var(--rw-palette-orange-140);
  --u-color-3-contrast: var(--rw-palette-orange-20);

  --u-color-4: var(--rw-palette-orange-160);
  --u-color-4-contrast: var(--rw-palette-orange-30);
}
.t-Body-title {
border-style: none !important;
position: static !important;
}


.rw-pillar--sienna .t-Body-title:after, .rw-pillar--sienna.rw-layout--fixed .t-Body-mainContent:before {
    background-image:none
}
.ck-content{
    font-weight: lighter;
}