/*
 * @file
 * Overall specifications for Elegant+.
 */
/*Body*/
body {
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

/*Headings*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

 /* Footer menu titles */
.footer__section h4.title,
.footer__section h2.title,
.footer__section nav > h2,
.footer__section .block-search > h2 {
  font-size: 1.7rem;
}
.footer__section nav > h2 {
  margin-bottom: 1.3rem;
}
