﻿@import "/_css/fonts-commons.css";

@font-face {
    font-family: 'OswaldRegular';
    src: url('/_css/fonts/OswaldRegular.woff') format('woff'),
		url('/_css/fonts/OswaldRegular.woff') format('font-woff'),
		url('/_css/fonts/OswaldRegular.ttf') format('truetype'),
		local( 'OswaldRegular' ), 
		local( 'Oswald Regular' );
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

html, body, input, select, textarea 	{ font-family: 'Segoe_UI', sans-serif;  }
h1, h2, h3, h4, h5 						{ font-family: 'OswaldRegular', serif; }
div#subTitle							{ font-family: 'OswaldRegular', serif; }
button			 						{ font-family: 'Segoe_UI', sans-serif; }
#header-menu div.container 				{ font-family: 'OswaldRegular', serif; }
.ui-tooltip 							{ font-family: 'Segoe_UI', sans-serif; }
.slideshow-container > .mySlides > .text	{ font-family: 'OswaldRegular', serif; }

#page > div.container > div.container > p,
#page > div.container > div.container > div > p,
#page > div.container > p {
	line-height: 1.5em;
}

ol > li.liTitle, h1, h2, h3, h4, h5 {
    font-weight: normal;
    color: #2F4F4F;
    margin: 2em 0 1em 0;
    /* text-align: left !important; */
}