#stcm-wrapper {
  --fontFamily: Inter, Helvetica Neue, Segoe UI, Arial, sans-serif;
  --primaryColor: #6b5f00;
  --backgroundColor: #ffffff;
  --textColor: #1c1c14;
  --boxShadow: 0 18px 48px 0 #1c1c1426;
  --backdropBackgroundColor: #00000055;
  --backdropBackgroundBlur: 0px;
  --iconColor: #6b5f00;
  --iconBackgroundColor: #ffffff;
}

#stcm-banner,
#stcm-modal {
  border: 1px solid #dcd5c1;
  border-radius: 8px;
}

#stcm-wrapper .stcm-button {
  border-radius: 4px;
  font-weight: 700;
}

#stcm-wrapper .stcm-preferences-button {
  color: #4a4737;
}

#stcm-wrapper .stcm-preferences-button:hover {
  color: #1c1c14;
}

#stcm-wrapper .stcm-credit-link {
  color: #6b685a;
}
