:root {
  --primary-color: #f30;
  /* --secondary-color: ; */
  --button-color: #1D1D1F;
  --text-color: #86868b;
  --text-color-highlight: #fafafc;
  --background-color: #181818;
  --accent-color: #04e900;
  --complementary-color: #abe900;
  --border-color: #282828;
  --border-radius: 20px;
}
