/*
 * Theme Name: VinFast Car Theme
 * Theme URI: https://wptheme.store/
 * Author: ZTTeam
 * Author URI: https://wptheme.store/
 * Description: VinFast Car WordPress Theme based on ZT-Theme-Base.
 * Version: 1.0.0
 * Text Domain: zt-theme-vinfast-car
 * Tags: tailwind, vinfast, car-showroom, modular
 */
/* Barlow Condensed Local Font */
@font-face {
    font-family: 'Barlow Condensed';
    src: url('assets/fonts/BarlowCondensed/BarlowCondensed-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow Condensed';
    src: url('assets/fonts/BarlowCondensed/BarlowCondensed-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow Condensed';
    src: url('assets/fonts/BarlowCondensed/BarlowCondensed-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Mulish Local Font */
@font-face {
    font-family: 'Mulish';
    src: url('assets/fonts/Mulish/Mulish-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mulish';
    src: url('assets/fonts/Mulish/Mulish-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mulish';
    src: url('assets/fonts/Mulish/Mulish-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Poppins Local Font */
@font-face {
    font-family: 'Poppins';
    src: url('assets/fonts/Poppins/Poppins.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('assets/fonts/Poppins/Poppins-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
