﻿@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;
}

@font-face {
    font-family: 'Lobster-Regular';
    src: url('../../../_css/fonts/Lobster-Regular.woff') format('woff'),
		 url('../../../_css/fonts/Lobster-Regular.woff') format('font-woff'),
		 url('../../../_css/fonts/Lobster-Regular.ttf') format('truetype'),
		 local( 'Lobster-Regular' ),
		 local( 'Lobster Regular' ),
		 local( 'LobsterRegular' );
    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: 'Lobster-Regular', sans-serif; }
div#subTitle							{ font-family: 'Lobster-Regular', sans-serif; }
button			 						{ font-family: 'Segoe_UI', sans-serif; }
#header-menu div.container 				{ font-family: 'Lobster-Regular', sans-serif; }
.ui-tooltip 							{ font-family: 'Segoe_UI', sans-serif; }
