/* CORE CSS */

body {
	color:#333333;
	font-family:'unimed';
	font-size:15px;
	font-weight:400;
	line-height:21px;
}


@font-face {
	font-family:'unimed'; src:url("../fonts-unimed/unimedsans-regular-webfont.eot");
	src:url("../fonts-unimed/unimedsans-regular-webfont.eot?#iefix") format("embedded-opentype"),
	url("../fonts-unimed/unimedsans-regular-webfont.woff2") format("woff2"),url("../fonts-unimed/unimedsans-regular-webfont.woff") format("woff"),url("../fonts-unimed/unimedsans-regular-webfont.ttf") format("truetype"),
	url("../fonts-unimed/unimedsans-regular-webfont.svg#unimed") format("svg");font-weight:normal;font-style:normal}
	
@font-face {
	font-family:'unimedBold'; src:url("../fonts-unimed/UnimedSans-Bold-webfont.eot");
	src:url("../fonts-unimed/UnimedSans-Bold-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts-unimed/UnimedSans-Bold-webfont.woff2") format("woff2"),url("../fonts-unimed/UnimedSans-Bold-webfont.woff") format("woff"),url("../fonts-unimed/UnimedSans-Bold-webfont.ttf") format("truetype"),url("../fonts-unimed/UnimedSans-Bold-webfont.svg#unimedBold") format("svg");
	font-weight:normal; font-style:normal}
	
@font-face {
    font-family: 'unimedSlabBold';
    src: url('../fonts-unimed/UnimedSlab-Bold.otf');
}

@font-face {
    font-family: 'unimedSlab';
    src: url('../fonts-unimed/UnimedSlab-Book.otf');
}

h1, h2, h3, h4, h5, h6 {
	/* color:#0A5F55; */
}

h1 {
	/* color:#0A5F55; */
	font-family:'unimedSlabBold', sans-serif;
	/* font-size:32px; */
}
h2 {
	/* color:#0A5F55;*/
	font-family:'unimedSlabBold', sans-serif;
	/* font-size:30px;*/
}

h3 {
	font-family:'unimedSlabBold', sans-serif;
	/* font-size:28px;
	/* letter-spacing:0px;
	/* color: #0A5F55; 
	/* line-height:36px; */
}

h4 {
	font-family:'unimedSlabBold', sans-serif;
	/* font-size:18px; */
	/* letter-spacing:0px; */
}

h5 {
	font-family:'UnimedSlab';
}

h6 {
	font-family:'unimed';
	/* text-transform: uppercase;
	/* color: #0A5F55;
	/* letter-spacing: 2px;
	/* border-left: 10px solid #B1D34B;
	/* padding-left: 12px;
}

.small {
	font-family:'unimed', sans-serif;
	/* font-size:14px; */
	/* color:#fff; */
	/* line-height:28px; */
}