@font-face {
    font-family: 'Anuphan';
    src: url('assets/fonts/Anuphan-Bold.ttf') format('truetype');
    font-weight: bolder;
    font-style: normal;
}



@font-face {
    font-family: 'Anuphan';
    src: url('assets/fonts/Anuphan-ExtraLight.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Anuphan';
    src: url('assets/fonts/Anuphan-Light.ttf') format('truetype');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'Anuphan';
    src: url('assets/fonts/Anuphan-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Anuphan';
    src: url('assets/fonts/Anuphan-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Anuphan';
    src: url('assets/fonts/Anuphan-Thin.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

body {
    padding: 0;
    margin: 0;
}

header {
    padding: 0;
    margin: 0;
}

* {
    font-family: 'Anuphan'
}

html {
    font-size: 15px;
}