/* Karla Fonts---------------------------------------------------------------------------------- */
@font-face {
    font-family: 'KarlaBold';
    src: url('Karla-Bold.eot');
    src: url('Karla-Bold.eot?#iefix') format('embedded-opentype'),
         /* url('Karla-Bold.woff') format('woff'), */
         url('Karla-Bold.ttf') format('truetype'),
         url('Karla-Bold.svg#KarlaBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'KarlaItalic';
    src: url('Karla-Italic.eot');
    src: url('Karla-Italic.eot?#iefix') format('embedded-opentype'),
         url('Karla-Italic.woff') format('woff'),
         url('Karla-Italic.ttf') format('truetype'),
         url('Karla-Italic.svg#KarlaItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'KarlaRegular';
    src: url('Karla-Regular.eot');
    src: url('Karla-Regular.eot?#iefix') format('embedded-opentype'),
         /* url('Karla-Regular.woff') format('woff'), */
         url('Karla-Regular.ttf') format('truetype'),
         url('Karla-Regular.svg#KarlaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}



