/* Custom theme styles */

:root {
  --body-background: #f4f7f5 !important;
  --body-text-color: #3d413f !important;
  --default-text-color: #45aa73 !important;
  --default-link: #3a3a3a !important;

  --header-text-color: #1f2020 !important;
  --section-text-color: #3d413f !important;

  --primary-background: #45aa73 !important;
  --input-background: #fbfbfb !important;

  --footer-background: #080e09 !important;
  --footer-text-color: #fff !important;
}

.dark {
  --body-background: #222422 !important;
  --background: #1c1e1c !important;
  --secondary-bg: #1c1e1c !important;
  --body-text-color: #fff !important;
  --default-text-color: #45aa73 !important;
  --default-link: #bec5be !important;
  
  --header-bg: #1c1e1c !important;
  --header-text-color: #fff !important;

  --section-bg: #1c1e1c !important;
  --section-text-color: #fff !important;

  --menu-active-text-color: #45aa73 !important;
  --menu-active-bg-color: #222422 !important;

  --exchange-block-bg: #1c1e1c !important;

  --primary-background: #45aa73 !important;
  --input-background: #282828 !important;

  --footer-background: #080e09 !important;
  --footer-text-color: #fff !important;

  --foreground: #222422 !important;

  --text-foreground: darkgray !important;
  --divider-color: #3e413e !important;
}