@font-face {
    font-family: 'futura';
    src: url('futura.eot') format('embedded-opentype'),
         url('futura.woff') format('woff'),
         url('futura.ttf') format('truetype'),
         url('futura.svg') format('svg');
    font-weight: normal;
    font-style: normal;

    font-family: 'futura-light';
    src: url('futura-light.eot') format('embedded-opentype'),
         url('futura-light.woff') format('woff'),
         url('futura-light.ttf') format('truetype'),
         url('futura-light.svg') format('svg');
    font-weight: lighter;
    font-style: lighter;

    font-family: 'futura-bold';
    src: url('futura-bold.eot') format('embedded-opentype'),
         url('futura-bold.woff') format('woff'),
         url('futura-bold.ttf') format('truetype'),
         url('futura-bold.svg') format('svg');
    font-weight: bold;
    font-style: bold;
}