@page {
  size: A4 portrait;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin: 10;
  -webkit-print-color-adjust: exact;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

h2 {
  font-size: 1.6rem;
}

strong {
  font-weight: 600;
}

p {
  line-height: 130%;
}

a {
  color: #2196F3;
  text-decoration: none;
  outline: none;
  font-weight: 600;
}
a:focus {
  outline: none;
}
a:hover {
  color: #0a6ebd;
}

hr {
  border: 0;
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}

.dummyclear {
  clear: both;
  line-height: 0;
  height: 0;
  font-size: 0.1px;
}
.dummyclear.h5 {
  height: 0.3rem;
}
.dummyclear.h10 {
  height: 0.8rem;
}
.dummyclear.h20 {
  height: 1.2rem;
}
.dummyclear.h30 {
  height: 1.5rem;
}
.dummyclear.h40 {
  height: 2rem;
}

/*# sourceMappingURL=modules-layout-scss-typography.css.map */
