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

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

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

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

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

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

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

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

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

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

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

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


.header-brand, .navbar-brand{
    width: 220px;
    display: inline-block;
}

.brand-logo img{
    width: 220px;
}