@font-face {
    font-family: 'Bitter Regular';
    src: url('../fontes/Bitter-Regular.eot');
    src: url('../fontes/Bitter-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fontes/Bitter-Regular.woff2') format('woff2'),
        url('../fontes/Bitter-Regular.woff') format('woff'),
        url('../fontes/Bitter-Regular.ttf') format('truetype'),
        url('../fontes/Bitter-Regular.svg#Bitter-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bitter Italic';
    src: url('../fontes/Bitter-Italic.eot');
    src: url('../fontes/Bitter-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fontes/Bitter-Italic.woff2') format('woff2'),
        url('../fontes/Bitter-Italic.woff') format('woff'),
        url('../fontes/Bitter-Italic.ttf') format('truetype'),
        url('../fontes/Bitter-Italic.svg#Bitter-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

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

@font-face {
    font-family: 'Futura BT Light';
    src: url('../fontes/FuturaBT-Light.eot'); /* IE9 Compat Modes */
    src: url('../fontes/FuturaBT-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fontes/FuturaBT-Light.woff2') format('woff2'), /* Modern Browsers */
        url('../fontes/FuturaBT-Light.woff') format('woff'), /* Modern Browsers */
		url('../fontes/FuturaBT-Light.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fontes/FuturaBT-Light.svg#FuturaBT-Light') format('svg'); /* Legacy iOS */
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Futura BT Light Italic';
    src: url('../fontes/FuturaBT-LightItalic.eot'); /* IE9 Compat Modes */
    src: url('../fontes/FuturaBT-LightItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fontes/FuturaBT-LightItalic.woff2') format('woff2'), /* Modern Browsers */
        url('../fontes/FuturaBT-LightItalic.woff') format('woff'), /* Modern Browsers */
		url('../fontes/FuturaBT-LightItalic.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fontes/FuturaBT-LightItalic.svg#FuturaBT-LightItalic') format('svg'); /* Legacy iOS */
    font-weight: 300;
    font-style: italic;
}