/**
 $Id: main.css 14157 2024-09-05 $dtirado
 **/
/******************************************************************************
						DEFINE TEVA FONTS
******************************************************************************/
/*@font-face {
	font-family: 'Teva';
	src: url('/web/css/teva/fonts/TevaSansWeb-Regular.woff2') format('woff2'), 
}
@font-face {
	font-family: 'Teva Bold';
	src: url('/web/css/teva/fonts/TevaSansWeb-Bold.woff2') format('woff2'),
}*/
@font-face {
	font-family: 'teva_sans_webbold';
	src: url('fonts/tevasansweb-bold-webfont.woff2') format('woff2'),
		 url('fonts/tevasansweb-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'teva_sans_webregular';
	src: url('fonts/tevasansweb-regular-webfont.woff2') format('woff2'),
		 url('fonts/tevasansweb-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}
/******************************************************************************
						MAIN HTML MARKUP
******************************************************************************/
.text-teva {
	font-family: 'teva_sans_webregular' !important;
}

.text-teva-bold {
	font-family: 'teva_sans_webbold' !important;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	color: #444;
	background: #FFFFFF;
	text-align: left;
	font-family: 'teva_sans_webregular' !important;
}