﻿@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url("Roboto-Regular.ttf") format('truetype');
}

/* Bold */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url("Roboto-Bold.ttf") format('truetype');
}
@font-face {
	font-family: 'MyriadPro';
	font-style: normal;
	font-weight: 400;
	src: url("MyriadPro-Regular.otf") format('truetype');
}

/* Bold */
@font-face {
	font-family: 'MyriadPro';
	font-style: normal;
	font-weight: 700;
	src: url("MyriadPro-Bold.otf") format('truetype');
}

@font-face {
	font-family: 'utm-avo';
	font-style: normal;
	font-weight: 500;
	src: url("utm-avo.ttf") format('truetype');
}

/* Bold */
@font-face {
	font-family: 'utm-avo';
	font-style: normal;
	font-weight: 600;
	src: url("utm-avobold.ttf") format('truetype');
}
/* //Montserrat-Regular*/
/*@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	src: url("Montserrat-Regular.otf") format('truetype');
}*/

/* Bold
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	src: url("Montserrat-Bold.otf") format('truetype');
} */