:root {
  --body-background: linear-gradient(to bottom right, #ffffff, #0062ff11, #ffffff, #0062ff11, #ffffff)!important;
  --default-link: #0166ff!important;
  --primary-background: #0167ffd2!important;
  --text-foreground: #808080!important;
  --default-text-color: #0166ff!important;
--default-font-family:Helvetica!important;
}

body {
  background: var(--body-background) !important;
}