/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
.wp-block-separator{
	border-top: 1px solid;
	margin-top: 0px;
}
.entry-title {
	font-weight: 600;
}

h1 {
  font-size: clamp(2rem, 4.5vw, 3rem);
  line-height: 1.2;
}

h2 {
  font-size: clamp(1.75rem, 3.8vw, 2.4rem);
  line-height: 1.25;
}

h3 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.3;
}

h4 {
  font-size: clamp(1.25rem, 2.4vw, 1.6rem);
  line-height: 1.35;
}

h5 {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  line-height: 1.4;
}

h6 {
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  line-height: 1.45;
}
