.kanit-light {
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
}

.kanit-regular {
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
}

.kanit-medium {
    font-family: 'Kanit', sans-serif;
    font-weight: 500;
}

@font-face {
    font-family: 'latobold';
    src: url('/fonts/lato-bold-webfont.woff2') format('woff2'),
         url('/fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latobold_italic';
    src: url('/fonts/lato-bolditalic-webfont.woff2') format('woff2'),
         url('/fonts/lato-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latolight';
    src: url('/fonts/lato-light-webfont.woff2') format('woff2'),
         url('/fonts/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latolight_italic';
    src: url('/fonts/lato-lightitalic-webfont.woff2') format('woff2'),
         url('/fonts/lato-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('/fonts/lato-regular-webfont.woff2') format('woff2'),
         url('/fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.lato-bold {
    font-family: 'latobold', sans-serif;
}

.lato-bold-italic {
    font-family: 'latobold_italic', sans-serif;
}

.lato-light {
    font-family: 'latolight', sans-serif;
}

.lato-ligh-italic {
    font-family: 'latolight_italic', sans-serif;
}

.lato-regular {
    font-family: 'latoregular', sans-serif;
}