:root {
  --brand:              #F9BC25;
  --brand-hover:        #D4A01F;
  --brand-secondary-bg: #FEF9E7;

  --_primitives---colors--blue1:          #F9BC25;
  --_primitives---colors--blue1-dark:     #D4A01F;
  --_primitives---colors--blue3-lightest: #FEF9E7;
  --_primitives---colors--blue3-lighter:  #FDF0C4;

  --color-scheme-3--background: #F9BC25;
}

/* Primary button: dark text on yellow (czytelność) */
.button {
  color: var(--_primitives---colors--neutral-darkest);
}

/* Secondary button: dark text na jasnym tle */
.button.is-secondary {
  color: var(--_primitives---colors--neutral-darkest);
}

.section_reviews {
  background-color: #F9BC25;
}
