/* Poppins Font Family - Local Font Declarations */

/* Poppins Regular */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Poppins Regular Italic */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-RegularItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Poppins Medium */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Poppins Medium Italic */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Poppins SemiBold */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Poppins SemiBold Italic */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* Poppins Bold */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Poppins Bold Italic */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Poppins ExtraBold */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Poppins ExtraBold Italic */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

/* Poppins Black */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Poppins Black Italic */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* Poppins Light */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Poppins Light Italic */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Poppins ExtraLight */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* Poppins Thin */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* Poppins Thin Italic */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/* Vietnamese Poppins Fonts */
/* PoppinsVN 100 */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/PoppinsVN-100.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* PoppinsVN 100 Italic */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/PoppinsVN-100i.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/* PoppinsVN 200 */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/PoppinsVN-200.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* PoppinsVN 300 */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/PoppinsVN-300.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* PoppinsVN 300 Italic */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/PoppinsVN-300i.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* PoppinsVN 400 */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/PoppinsVN-400.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* PoppinsVN 400 Italic */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/PoppinsVN-400i.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* PoppinsVN 500 */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/PoppinsVN-500.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* PoppinsVN 500 Italic */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/PoppinsVN-500i.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* PoppinsVN 600 */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/PoppinsVN-600.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* PoppinsVN 600 Italic */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/PoppinsVN-600i.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* PoppinsVN 700 */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/PoppinsVN-700.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* PoppinsVN 700 Italic */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/PoppinsVN-700i.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* PoppinsVN 800 */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/PoppinsVN-800.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* PoppinsVN 800 Italic */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/PoppinsVN-800i.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

/* PoppinsVN 900 */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/PoppinsVN-900.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* PoppinsVN 900 Italic */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/PoppinsVN-900i.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* Global Font Family Declaration */

/* Ensure Vietnamese characters render properly */
body {
    font-feature-settings: "liga" 1, "kern" 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
