@font-face {
  font-family: 'Roboto-Regular';
  src:  url('Roboto-Regular.woff2') format('woff2'),
        url('Roboto-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Roboto-Bold';
  src:  url('Roboto-Bold.woff2') format('woff2'),
        url('Roboto-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Roboto-Light';
  src:  url('Roboto-Light.woff2') format('woff2'),
        url('Roboto-Light.woff') format('woff');
}

body {
  font-family: 'Roboto-Regular', Helvetica, Arial;
}

strong {
  font-family: 'Roboto-Bold', Helvetica, Arial;
}

small {
  font-family: 'Roboto-Light', Helvetica, Arial;
  font-weight: initial;
}