@font-face{
    font-family:'Teko';
    font-weight:700;
    font-style: normal;
   src: url('Teko-Bold.ttf') format('truetype');
}

@font-face{
    font-family:'Teko';
    font-weight:500;
    font-style: normal;
   src: url('Teko-Medium.ttf') format('truetype');
}

@font-face{
    font-family:'Teko';
    font-weight:300;
    font-style: normal;
   src: url('Teko-Light.ttf') format('truetype');
}