/**
@FontFace
 */

@font-face {
    font-family: Poppins;
    src: url(../fonts/ttf/Poppins-Bold.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/ttf/Poppins-Light.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

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

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

/* BoonBan */
@font-face {
    font-family: BoonBaan;
    src: url(../fonts/ttf/BoonBaan-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: BoonBaan;
    src: url(../fonts/ttf/BoonBaan-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: BoonBaan;
    src: url(../fonts/ttf/BoonBaan-Italic.ttf) format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: Notosan lao;
    src: url(../fonts/ttf/NotoSansLao-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: BoonBaan;
    src: url(../fonts/ttf/BoonBaan-BoldItalic.ttf) format("truetype");
    font-weight: 700;
    font-style: italic;
}

/* Roboto */
@font-face {
    font-family: Roboto;
    src: url(../fonts/ttf/Roboto-Bold.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Prompt;
    src: url(../fonts/ttf/Prompt-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/ttf/Roboto-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Josefin Sans";
    src: url(../fonts/ttf/JosefinSans-VariableFont_wght.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}

/**

/* NotoSans */
@font-face {
    font-family: "NotoSans Lao";
    src: url(../fonts/ttf/NotoSansLao-Regular.ttf) format("truetype");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "NotoSans Lao";
    src: url(../fonts/ttf/NotoSansLao-Medium.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}


@EndFontFace
*/

