/* Font Lib */

@font-face {
    font-family: 'DroidSans';
    src: url('DroidSans-webfont.eot');
    src: url('DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
    url('DroidSans-webfont.woff') format('woff'),
    url('DroidSans-webfont.ttf') format('truetype'),
    url('DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'DroidSans';
    src: url('DroidSans-Bold-webfont.eot');
    src: url('DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('DroidSans-Bold-webfont.woff') format('woff'),
    url('DroidSans-Bold-webfont.ttf') format('truetype'),
    url('DroidSans-Bold-webfont.svg#DroidSansBold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('oswald-regular-webfont.eot');
    src: url('oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('oswald-regular-webfont.woff2') format('woff2'),
    url('oswald-regular-webfont.woff') format('woff'),
    url('oswald-regular-webfont.ttf') format('truetype'),
    url('oswald-regular-webfont.svg#oswald_regularregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('oswald-bold-webfont.eot');
    src: url('oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('oswald-bold-webfont.woff2') format('woff2'),
    url('oswald-bold-webfont.woff') format('woff'),
    url('oswald-bold-webfont.ttf') format('truetype'),
    url('oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('lato-regular-webfont.eot');
    src: url('lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('lato-regular-webfont.woff2') format('woff2'),
    url('lato-regular-webfont.woff') format('woff'),
    url('lato-regular-webfont.ttf') format('truetype'),
    url('lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'latobold';
    src: url('lato-bold-webfont.eot');
    src: url('lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('lato-bold-webfont.woff2') format('woff2'),
    url('lato-bold-webfont.woff') format('woff'),
    url('lato-bold-webfont.ttf') format('truetype'),
    url('lato-bold-webfont.svg#latobold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('lato-black-webfont.eot');
    src: url('lato-black-webfont.eot?#iefix') format('embedded-opentype'),
    url('lato-black-webfont.woff2') format('woff2'),
    url('lato-black-webfont.woff') format('woff'),
    url('lato-black-webfont.ttf') format('truetype'),
    url('lato-black-webfont.svg#latoblack') format('svg');
    font-weight: 800;
    font-style: normal;
}