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

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


