/**
 * font-base.css - Chuẩn hóa root font + responsive utilities
 */
html {
    font-size: 16px !important;
}
body {
    font-size: 16px;
    line-height: 1.5;
}
