/* =font: CLT by LT
----------------------------------------------------------------------------------------- */
@font-face {
    font-family: 'CLTLightRegular';
    src: url('../fonts/clt-light.eot');
    src: url('../fonts/clt-light.eot?iefix') format('eot'),
         url('../fonts/clt-light.woff') format('woff'),
         url('../fonts/clt-light.ttf') format('truetype'),
         url('../fonts/clt-light.svg#CaeciliaLTLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, input.text_input, textarea, input.submit { font: 13px/20px 'CLTLightRegular', Helvetica, Arial, sans-serif; }