@font-face {
    font-family: 'ChakraPetch';
    src: url('ChakraPetch-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ChakraPetch';
    src: url('ChakraPetch-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

/* Bold */
@font-face {
    font-family: 'ChakraPetch';
    src: url('ChakraPetch-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'ChakraPetch';
    src: url('ChakraPetch-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* light */
@font-face {
    font-family: 'ChakraPetch';
    src: url('ChakraPetch-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'ChakraPetch';
    src: url('ChakraPetch-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

/* Medium */
@font-face {
    font-family: 'ChakraPetch';
    src: url('ChakraPetch-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'ChakraPetch';
    src: url('ChakraPetch-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

/* SemiBold */
@font-face {
    font-family: 'ChakraPetch';
    src: url('ChakraPetch-SemiBold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'ChakraPetch';
    src: url('ChakraPetch-SemiBoldItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

body {
    font-family: 'ChakraPetch', sans-serif;
}