:root {
  --background-primary: #ffd187;
  --background-primary-light: #fff8db;
  --background-secondary: #444444;
  --border-card-primary: #444444;
  --border-card-radius: 0;
  --border-card-secondary: #e5e7eb;
  --border-outlined-button-hover: #e5e7eb;
  --border-outlined-button-pressed: #ffb848;
  --border-outlined-button: #e5e7eb;
  --button-primary-active: #ffb848;
  --button-primary-disabled: #d3d3d3;
  --button-primary-hover: #ffe9c6;
  --button-primary-pressed: #ffb848;
  --button-primary: #444444;
  --button-secondary-disabled: #f2f2f2;
  --button-secondary-hover: #f2f2f2;
  --button-secondary-pressed: #ffe9c6;
  --button-secondary: #444444;
  --icon-primary: #444444;
  --icon-secondary: #444444;
  --separator-secondary: #d8d8d8;
  --text-button-primary-disabled: #9c9c9a;
  --text-neutral4: #444444;
  --text-neutral6: #444444;
  --text-outlined-button: #575756;
  --text-primary: #444444;
  --text-secondary: #444444;
}
