:root {
  --grey: #cecece;
  --white: #ffffff;
  --green: greenyellow;
  --text-color: rgb(43, 43, 43);
  --icon-background: rgba(255,255,255,0.55);
  --main-font: Sans Serif regular 20px bold, sans-serif;
}

html *
{
  font-family: sans-serif;
}