/* Adobe fonts */
/* .mundial{
  font-family: "mundial", sans-serif;
  font-weight: 400;
  font-style: normal;
  } */
  
  /* Variables */
  /* :root {
    --brand-primary: #4F5F0A;
    --brand-secondary: #C6A530;
    --bg-lightgrey: #F3F2F1;
    --neutral-dark: #090808;
    --neutral-light: #fff;
    } */
    
/* Circle Decoration */
.c-circledeco{
    width: 360px !important;
    height: 360px !important;
    border-radius: 50% !important;
    z-index: -1 !important;
    background-color: var(--brand-secondary-light) !important;
    transform: translate(-50%, -50%);
  }
  
.c-circledeco--medium{
  width: 240px !important;
  height: 240px !important;
}
  
.c-circledeco--small{
  width: 140px !important;
  height: 140px !important;
}
  
.c-circledeco--green{
  background-color: var(--brand-primary-light) !important;
}

.c-circledeco--zup{
  z-index: 1 !important;
}
.c-circledeco--ztop{
  z-index: 9 !important;
}