/* line 4, ../sass/typography.scss */
.title,
h1, h2, h3, h4, h5, h6 {
  color: #404040;
  font-weight: 400;
}
/* line 7, ../sass/typography.scss */
.title a:hover,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #c80000;
}

/* line 12, ../sass/typography.scss */
p {
  text-align: justify;
  color: #404040;
}

/* line 17, ../sass/typography.scss */
.red {
  color: #c80000;
}

/* line 23, ../sass/typography.scss */
b,
strong,
.bold {
  font-weight: 600;
}
