﻿/* Webfont: Lato-Light */@font-face {
    font-family: 'LatoWebLight';
    src: url('fonts/Lato-Light.eot'); /* IE9 Compat Modes */
    src: url('fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Lato-Light.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/Lato-Light.woff') format('woff'), /* Modern Browsers */
         url('fonts/Lato-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Regular */@font-face {
    font-family: 'LatoWeb';
    src: url('fonts/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: robot-Regular */
@font-face {
    font-family: 'Roboto';
     src: url('fonts/Roboto-Regular.eot'); /* IE9 Compat Modes */
    src: url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Roboto-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/Roboto-Regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/Roboto-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: roboto-medium */
@font-face {
    font-family: 'RobotoMedium';
     src: url('fonts/Roboto-Medium.eot'); /* IE9 Compat Modes */
    src: url('fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Roboto-Medium.woff') format('woff'), /* Modern Browsers */
         url('fonts/Roboto-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: roboto-light */
@font-face {
    font-family: 'RobotoLight';
     src: url('fonts/Roboto-Light.eot'); /* IE9 Compat Modes */
    src: url('fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Roboto-Light.woff') format('woff'), /* Modern Browsers */
         url('fonts/Roboto-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: robot-bold */
@font-face {
    font-family: 'RobotoBold';
     src: url('fonts/Roboto-Bold.eot'); /* IE9 Compat Modes */
    src: url('fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Roboto-Bold.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/Roboto-Bold.woff') format('woff'), /* Modern Browsers */
         url('fonts/Roboto-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
body
{
  font-family: "Roboto",arial,sans-serif; 
  letter-spacing: 0.5px; 
 }
 *[tabindex="0"], *[tabindex="-1"], input
 {
     outline:none;
  }

