/*
Theme Name: VIGI Corporate Gifts
Theme URI: https://tuivivai.com/
Author: VIGI Tech Team
Description: Custom Theme B2B siêu nhẹ, tối ưu PageSpeed 100/100, chuẩn nhận diện thương hiệu VIGI (Navy & Gold).
Version: 1.0.0
Text Domain: vigi-b2b
*/

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #1E293B;
    background-color: #F8FAFC;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}