@font-face {
  font-family: 'Roboto Condensed';
  src: url(font/RobotoCondensed-SemiBold.ttf) format('ttf'),
  		url(font/RobotoCondensed-SemiBold.woff) format('woff'),
       url(font/RobotoCondensed-SemiBold.woff2) format('woff2'),
       url(font/RobotoCondensed-SemiBold.otf) format('otf');
   font-weight: bold;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url(font/RobotoCondensed-Regular.ttf) format('ttf'), 
  		url(font/RobotoCondensed-Regular.otf) format('otf'),
       url(font/RobotoCondensed-Regular.woff) format('woff'),
       url(font/RobotoCondensed-Regular.woff2) format('woff2');
       font-weight: normal;
}

p, h1, h2, h3, h4, h5, h6, div, :not(i), h1, h2, h3, h4, .text-logo #logo, html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, strike, strong, tt, var, b, u, i, center, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-family: "Roboto Condensed", Arial, sans-serif !important;
}