@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=PT+Sans+Caption:wght@400;700&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap')
/*@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Regular.eot'); 
    src: url('fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Lato-Regular.woff') format('woff'),
         url('fonts/Lato-Regular.ttf') format('truetype'); 
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}*/

body { 
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif; font-size: 12pt;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'PT Sans Caption', Helvetica, sans-serif
}

h1 { 
	font-size: 22pt;
}

h2 {
	font-size: 28px;
	margin: 10px 0;
}

h2.section-header  {
	font-size: 34px;
	line-height: 50px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 10px;
}

.dart-small { font-size: 9pt !important; }
.dart-normal { font-size: 12pt !important; }
.dart-medium { font-size: 14pt !important; }
.dart-big { font-size: 16.5pt !important; }
.dart-large { font-size: 20pt !important; }
