/**
 * Theme Name:     Virtue Child Theme
 * Author:         Stefan Bröseke
 * Template:       virtue
 * Text Domain:	   virtue-child-theme
 * Description:    The Virtue is a classic theme, built before the Gutenberg block editor was created. While some support has been added for the block editor it
 */

.body {
  font-family: Verdana, Geneva, sans-serif;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 164px;
}

.wp-block-separator {
    border: 0;
    border-bottom: 2px solid #eee;
    margin: 1.65em auto;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 40px;
  font-weight: 400;
  font-style: normal;
  font-size: 88px;
}
h1, h2, h3 {
  color: #333;
}