/**
 * Theme Name: Sunday Corp V2 - Hệ Sinh Thái & Cố Vấn Doanh Nghiệp
 * Theme URI: https://ztteam.site
 * Author: ZTTeam
 * Author URI: https://ztteam.site
 * Description: Theme chuyên nghiệp phong cách Dark Luxury & Hệ sinh thái doanh nghiệp cho Sunday Corp Đà Nẵng, xây dựng theo chuẩn ZTTeam Modular OOP và Tailwind CSS.
 * Version: 1.0.0
 * Text Domain: sunday2
 * Tags: tailwind, sunday-corp, business, corporate, ecosystem, advisory, dark-luxury, modular
 */
/** Mulish 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;
}