.light {
  --main-1: #ffd532;
  --main-2: #ffd947;
  --main-3: #d9b52b;
  --main-4: #fff9e0;
  --main-5: #d9b52b;
  --main-6: #fff9e0;
  --button-1: #ffd532;
  --button-2: #ffd947;
  --button-3: #d9b52b;
  --rise-1: #04c795;
  --rise-2: #2acfa5;
  --rise-3: #03a97f;
  --rise-4: #d9f7ef;
  --fall-1: #ed425d;
  --fall-2: #f05e75;
  --fall-3: #c9384f;
  --fall-4: #fce3e7;
  --text-4: #000000;
}
.dark {
  --main-1: #ffd532;
  --main-2: #e6c02d;
  --main-3: #d9b52b;
  --main-4: #352e16;
  --main-5: #ffd532;
  --main-6: #fff9e0;
  --button-1: #ffd532;
  --button-2: #e6c02d;
  --button-3: #d9b52b;
  --rise-1: #04c795;
  --rise-2: #04b386;
  --rise-3: #009a7f;
  --rise-4: #0f2c25;
  --fall-1: #ed425d;
  --fall-2: #d53b54;
  --fall-3: #c9384f;
  --fall-4: #32181c;
  --text-4: #000000;
}
