/*
 Theme Name: BlankSlate Child
 Theme URI: https://example.com/
 Description: A minimal child theme for the Blank Slate theme.
 Author: Your Name
 Author URI: https://example.com/
 Template: blankslate
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: blankslate-child
*/

/* Your custom styles go below */
:root {
  --brand: #0b5fff;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/montserrat.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

body, html {
  font-family: 'Montserrat', sans-serif;
}



	a:hover{
		cursor: pointer;
	}
	
	p{
		font-size: 1.2rem;
		line-height: 1.2em;
		margin-bottom: 2vh;
	}	
	
	.vh1 p{
		padding-bottom: 1vh;
	}	
	
	.vh2 p{
		padding-bottom: 2vh;
	}	

h2{
    font-size: 1.4rem;
    margin: 2vh 0 1vh 0;
    font-weight: 600;
}

h3{
    font-size: 1.2rem;
    margin: 2vh 0 1vh 0;    
    font-weight: 600;
}