:root {
  --input-padding-x: 1.5rem;
  --input-padding-y: 0.75rem;
  --yellow-mb: #FFC312 !important;
  --yellow-mb-alt: #FFF3CD !important;
  --yellow-mb-active: #FFD445 !important;
  color: #424242;
  --brown: #6c3b0bc1;
  --green: rgb(22, 150, 22);
  --blue: rgb(30, 30, 200);
  --dark-red: rgb(150, 30, 30);
  --red: rgb(200, 0, 0);
  --white: #fff;
  --grey: rgb(131, 131, 131);
  --turquoise: rgb(30, 150, 132);
}