@font-face {
    font-family: 'robotoRegular';
    src: url('../fonts/roboto/roboto-regular.eot');
    src: url('../fonts/roboto/roboto-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto/roboto-regular.woff2') format('woff2'),
         url('../fonts/roboto/roboto-regular.woff') format('woff'),
         url('../fonts/roboto/roboto-regular.ttf') format('truetype'),
         url('../fonts/roboto/roboto-regular.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoBold';
    src: url('../fonts/roboto/roboto-bold.eot');
    src: url('../fonts/roboto/roboto-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto/roboto-bold.woff2') format('woff2'),
         url('../fonts/roboto/roboto-bold.woff') format('woff'),
         url('../fonts/roboto/roboto-bold.ttf') format('truetype'),
         url('../fonts/roboto/roboto-bold.svg#robotobold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'robotoLight';
    src: url('../fonts/roboto/roboto-light.eot');
    src: url('../fonts/roboto/roboto-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto/roboto-light.woff2') format('woff2'),
         url('../fonts/roboto/roboto-light.woff') format('woff'),
         url('../fonts/roboto/roboto-light.ttf') format('truetype'),
         url('../fonts/roboto/roboto-light.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoMedium';
    src: url('../fonts/roboto/roboto-medium.eot');
    src: url('../fonts/roboto/roboto-medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto/roboto-medium.woff2') format('woff2'),
         url('../fonts/roboto/roboto-medium.woff') format('woff'),
         url('../fonts/roboto/roboto-medium.ttf') format('truetype'),
         url('../fonts/roboto/roboto-medium.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: robotoRegular;
}

b, strong {
	font-family: robotoBold;
}

@font-face {
  font-family: 'icons';
  src: url('../fonts/icons/icons.eot?46612461');
  src: url('../fonts/icons/icons.eot?46612461#iefix') format('embedded-opentype'),
  url('../fonts/icons/icons.woff2?46612461') format('woff2'),
  url('../fonts/icons/icons.woff?46612461') format('woff'),
  url('../fonts/icons/icons.ttf?46612461') format('truetype'),
  url('../fonts/icons/icons.svg?46612461#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
