@import url(/static/css/roboto.css);
@import url(/static/css/mat_ico.css);
body {
  color: #404040;
  font-family: Roboto, Noto, sans-serif;
  margin: 0px;
}

h1 {
  color: black;
  font-family: Roboto, Noto, sans-serif;
  font-size: 250%;
}

h2, h3 {
  color: black;
  font-family: Roboto, Noto, sans-serif;
  font-weight: lighter;
}

a {
  cursor: pointer;
  text-decoration: underline;
  display: inline-block;
  border-radius: 4px;
  color: #168a40;
}

a:hover {
  cursor: pointer;
  color: #1eb654;
  text-decoration: underline;
}

* {
  font-family: Roboto, Noto, sans-serif;
}

.contentwrapper {
  padding: 0px;
}

.fixed-top {
  padding: 0px;
}

.fixed-bottom {
  padding: 0px;
}

.contentpadding {
  padding: 1ch;
}

material-icon ::ng-deep i.material-icons {
  font-family: "Material Icons Round";
}
