/*
 Font Name: Kanit
 Weights: 300, 400, 500
*/

@font-face {
    font-family: 'kanit';
    src: url('kanit-light-webfont.eot');
    src: url('kanit-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('kanit-light-webfont.woff2') format('woff2'),
         url('kanit-light-webfont.woff') format('woff'),
         url('kanit-light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'kanit';
    src: url('kanit-medium-webfont.eot');
    src: url('kanit-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('kanit-medium-webfont.woff2') format('woff2'),
         url('kanit-medium-webfont.woff') format('woff'),
         url('kanit-medium-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'kanit';
    src: url('kanit-regular-webfont.eot');
    src: url('kanit-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('kanit-regular-webfont.woff2') format('woff2'),
         url('kanit-regular-webfont.woff') format('woff'),
         url('kanit-regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}