:root,
:root .v-light,
:root .v-light-head {
  --bg-color: #FEFEFE;
  --assistant-color: #F2F2F2;
  --theme-color: #ff471d;
  --theme-color-font: #fff;
  --font-color: #666666;
  --heading-color: #2d2c2c;
  --border-color: #dcdcdc;
  --smooth-color: #141414;
  --reverse-color: #141414;
  --reverse-heading-color: #fff;
  --bg-btn: #f6fafd;
}
:root .background-theme,
:root.background-theme,
:root .calendar_wrap table tr td#today,
:root .v-light .background-theme,
:root .v-light.background-theme,
:root .v-light .calendar_wrap table tr td#today,
:root .v-light-head .background-theme,
:root .v-light-head.background-theme,
:root .v-light-head .calendar_wrap table tr td#today {
  --heading-color: #fff;
  --font-color: #fff;
  color: var(--font-color);
}

:root .v-dark,
:root .v-dark-head {
  --bg-color: #181817;
  --assistant-color: #110f0f;
  --theme-color: #ff471d;
  --font-color: #d9d9d9;
  --heading-color: #fff;
  --border-color: #373737;
  --smooth-color: #f9f9f9;
  --reverse-color: #f9f9f9;
  --reverse-heading-color: #000;
  --bg-btn: #0a0909;
}

@media only screen and (max-width: 991px) {
  .v-dark-head-mobile {
    --bg-color: #181817;
    --assistant-color: #110f0f;
    --theme-color: #ff5d5d;
    --font-color: #d9d9d9;
    --heading-color: #fff;
    --border-color: #373737;
    --smooth-color: #f9f9f9;
    --reverse-color: #f9f9f9;
    --reverse-heading-color: #000;
    --bg-btn: #0a0909;
  }
}
