/*
Theme Name: Moban 8-10-5
Theme URI: https://example.com/moban-8-10-5
Author: Moban Studio
Author URI: https://example.com
Description: Chủ đề WordPress phong cách tạp chí biên tập với điều hướng ngăn kéo trượt từ bên trái, bố cục một cột thanh lịch, chuyên đề ảnh lớn toàn trang, tông màu đen trắng đơn sắc kết hợp điểm nhấn đỏ mạnh mẽ, tối ưu cho trải nghiệm đọc tin tức và khám phá trò chơi.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: moban-8-10-5
Tags: blog, entertainment, one-column, custom-menu, featured-images, translation-ready
*/

/* ============ Nền tảng ============ */
:root {
    --ink: #1F1F1F;
    --accent: #E63946;
    --paper: #FAFAFA;
    --muted: #6f6f6f;
    --line: rgba(31, 31, 31, 0.15);
}

html, body {
    overflow-x: hidden;
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

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

a {
    color: inherit;
    text-decoration: none;
}
