:root {
  --text-main: "Schnyder M", sans-serif;
  --text: "Styrene A", sans-serif;
  --text-color: #000;
  --text-color-light: #666666;
  --text-color-green: #4AA359;
  --border-color: #C2C2C2;
  --border-color-orange: #F2A73B;
  --danger-color: #ff0000;
  --light: #ffffff;
  --circle-diametr: 18px;
}