@font-face {
	font-family: 'utmavo';
	src: url('./utmavo.eot');
	src: local('utmavo'), url('./utmavo.woff') format('woff'), url('./utmavo.ttf') format('truetype');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_40183">Text with this font applied</p> */
.fontsforweb_fontid_40183 {
	font-family: 'utmavo' !important;
}

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto/Roboto-Light.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url('../fonts/roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto/Roboto-Light.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto/Roboto-Light.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto/Roboto-Light.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto/Roboto-Light.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto/Roboto-Bold.eot'); /* IE9 Compat Modes */
    src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto/Roboto-Bold.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto/Roboto-Bold.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto/Roboto-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto/Roboto-Bold.svg#Roboto') format('svg'); /* Legacy iOS */
}