/* Generic Kiosk theme using fuji green. */
:root {
  --tsx-google-blue: #4285F4;

  --tsx-primary1: #34A78A;
  --tsx-primary2: #01916d;
  --tsx-primary3: #008563;

  --tsx-secondary1: #ffc220;
  --tsx-secondary2: #FB8C00;
  --tsx-secondary3: #FF4E00;

  --tsx-alert1: #E74046;
  --tsx-alert2: #DE1C24;

  --tsx-success1: #55B134;
  --tsx-highlight1: #3ff9dc;
}
