﻿@import url('/_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, h6	{ 
	font-family: 'OswaldRegular', serif;
    font-weight: normal;
}
