/*Montserrat*/
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-VariableFont_wght.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat 300';
    src: url('../fonts/Montserrat-VariableFont_wght.ttf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat 500';
    src: url('../fonts/Montserrat-VariableFont_wght.ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat 600';
    src: url('../fonts/Montserrat-VariableFont_wght.ttf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat 700';
    src: url('../fonts/Montserrat-VariableFont_wght.ttf');
    font-weight: 700;
    font-style: normal;
}

/*Playfair Display*/
@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-VariableFont_wght.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair Display 700';
    src: url('../fonts/PlayfairDisplay-VariableFont_wght.ttf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair Display 900';
    src: url('../fonts/PlayfairDisplay-VariableFont_wght.ttf');
    font-weight: 900;
    font-style: normal;
}

/* Poppins */

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins 500';
    src: url('../fonts/Poppins/Poppins-Medium.ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins 700';
    src: url('../fonts/Poppins/Poppins-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}

/* Noto Sans Thai */

@font-face {
    font-family: 'NotoSansThai';
    src: url('../fonts/Noto_Sans_Thai/NotoSansThai-VariableFont_wdth\,wght.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansThai 300';
    src: url('../fonts/Noto_Sans_Thai/NotoSansThai-VariableFont_wdth\,wght.ttf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansThai 500';
    src: url('../fonts/Noto_Sans_Thai/NotoSansThai-VariableFont_wdth\,wght.ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansThai 600';
    src: url('../fonts/Noto_Sans_Thai/NotoSansThai-VariableFont_wdth\,wght.ttf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansThai 700';
    src: url('../fonts/Noto_Sans_Thai/NotoSansThai-VariableFont_wdth\,wght.ttf');
    font-weight: 700;
    font-style: normal;
}