/* /includes/layouts/themes/srs.css - theme for serious text */
:root {
  --main-bg-color: #e6e6e6;
  --text: #111;
  --heading: #130c05;
  --link: #4c9ae9;
  --link-visited: #7700ff;
  --heading-font: 'Playfair display', 'serif';
  --body-font: 'Alegreya Sans', 'sans serif';
  font-optical-sizing: auto;
}

p, li {
  font-weight: 400;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 500;
  text-transform: capitalize;
}