@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Material+Icons);

body {
margin: 0px;
  height: 100%;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

* {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 14px;
}

b {
  font-weight: 600;
}

h1 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
}

h2 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 30px;
  margin-bottom: 4px;
}

.secondary {
  opacity: 0.54;
}
