/*
 * Theme Name: Pavise Nanotec Theme
 * Theme URI: https://ztteam.site/
 * Author: ZTTeam
 * Author URI: https://ztteam.site/
 * Description: Pavise Nanotec Film & Automotive Protection WordPress Theme based on ZT-Theme-Base.
 * Version: 1.0.0
 * Text Domain: ztteam-pavise
 * Tags: tailwind, pavise, dark-mode, nano-ceramic, modular
 */
/* Mulish Local Variable Font (Full 100% Tiếng Việt, hỗ trợ toàn dải weight 200 - 900) */
@font-face {
    font-family: 'Mulish';
    src: url('assets/fonts/Mulish/Mulish-Variable.ttf') format('truetype');
    font-weight: 200 900;
    font-style: normal;
    font-display: swap;
}

/* Fallback Mulish WOFF2 static fonts */
@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;
}

/* Material Symbols Outlined (Local Icon Font) */
@font-face {
    font-family: 'Material Symbols Outlined';
    src: url('assets/fonts/material-symbols-outlined.woff2') format('woff2');
    font-style: normal;
    font-display: block;
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: 'liga';
}


