@font-face {
    font-family: "L&L Font";
    src: url('../fonts/futurastd-light.otf');
    src: url('./fonts/futurastd-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futurastd-light-webfont.woff') format('woff'),
         url('../fonts/futurastd-light-webfont.ttf') format('truetype'),
         url('./fonts/futurastd-light-webfont.svg#FuturaStdLight') format('svg');
    font-weight: 200;
    font-style: normal;

}

@font-face {
    font-family: "L&L Font";
    src: url('../fonts/futurastd-book.otf');
    src: url('./fonts/futurastd-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futurastd-book-webfont.woff') format('woff'),
         url('../fonts/futurastd-book-webfont.ttf') format('truetype'),
         url('./fonts/futurastd-book-webfont.svg#FuturaStdBook') format('svg');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: "L&L Font";
    src: url('../fonts/futurastd-lightoblique.otf');
    src: url('./fonts/futurastd-lightoblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futurastd-lightoblique-webfont.woff') format('woff'),
         url('../fonts/futurastd-lightoblique-webfont.ttf') format('truetype'),
         url('./fonts/futurastd-lightoblique-webfont.svg#FuturaStdLightOblique') format('svg');
    font-weight: 200;
    font-style: oblique;

}

@font-face {
    font-family: "L&L Font";
    src: url('../fonts/futurastd-bookoblique.otf');
    src: url('./fonts/futurastd-bookoblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futurastd-bookoblique-webfont.woff') format('woff'),
         url('../fonts/futurastd-bookoblique-webfont.ttf') format('truetype'),
         url('./fonts/futurastd-bookoblique-webfont.svg#FuturaStdBookOblique') format('svg');
    font-weight: 300;
    font-style: oblique;

}


