:root {
  --title-color: #322153;
  --primary-color: #34CB79;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-family: 'Roboto', sans-serif;
}

body {
  background: #f0f0f5;
  -webkit-font-smoothig: antialiased;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Ubuntu', sans-serif;
  color: var(--title-color);
}

a {
  text-decoration: none;
}