
:root.light-theme {
  --primary-color: rgba(226, 0, 116, 1);
  --primary-color-hover: #c00063;
  --background-color: rgba(255, 255, 255, 1);
  --subtl-background-color: #FBFBFB;
  --logo-background-color: rgba(226, 0, 116, 1);
  --warn-color: #f44336;
  --regular-text-font-family: 'TeleNeo';
  --regular-text-font-size: 11pt;
  --regular-text-font-style: normal;
}
