@font-face {
  font-family: 'Play';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/Play-Regular.eot'); /* IE9 Compat Modes */
  src: local('Play'),
       url('../../fonts/Play-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/Play-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/Play-Regular.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/Play-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/Play-Regular.svg#Lato') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Play';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/Play-Bold.eot'); /* IE9 Compat Modes */
  src: local('Play-Bold'),
       url('../../fonts/Play-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/Play-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/Play-Bold.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/Play-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/Play-Bold.svg#Lato') format('svg'); /* Legacy iOS */
}

body {
    position: relative;
    background-color: #fff;
    color: #777;
    font: 14px/20px 'Play', sans-serif;
}
