:root {
  --color-header-text: #072907;
  --color-header-background: white;

  --color-body-text: #464646;
  --color-body-background: #fff;

  --color-footer-text: #ada8a6;
  --color-footer-background: #232323;

  --color-button-text: #464646;
  --color-button-background: #ffffff;
  --color-button-border: lightgreen;

  --color-collect-text: #fff;
  --color-collect-background: #D297F9;
  --token-sign: "\f51e";

  --color-quiz-text: #072907;
  --color-quiz-background: #ecf0ff;

  --color-link: #70a503;

  --color-box-shadow: lightgray;

  --box-radius: 2px;
}
