:root {
  /*--primary-color: #00b96f;*/
  --primary-color: #5ab2e2;
  --secondary-color: #122144;
  --third-color: #85c6ea;
}

* {
  box-sizing: border-box;
}

html {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #333;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  padding: 0;
  background: #f2f3f5;
}
