/*
Theme Name: Moban 8-10-39
Theme URI: https://example.com/moban-8-10-39
Author: Moban Studio
Author URI: https://example.com
Description: Giao diện trang đích cuộn dài một cột với hero toàn màn hình, menu phủ kín toàn trang và hiệu ứng thẻ ẩn hiện dần khi cuộn. Thiết kế tông xanh đêm sang trọng dành cho trang giới thiệu trò chơi giải trí, tin tức và hướng dẫn tải xuống.
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: moban-8-10-39
Tags: one-column, custom-background, custom-logo, translation-ready
*/

/* Toàn bộ phong cách chính nằm trong assets/css/main.css và assets/css/responsive.css.
   Tập tin này chỉ giữ lớp nền tối thiểu để giao diện luôn hiển thị đúng kể cả khi thiếu cache. */

:root {
    --ink-night: #14213D;
    --ink-teal: #2A9D8F;
    --ink-paper: #F8F9FA;
    --ink-text: #1B263B;
}

body {
    margin: 0;
    background: var(--ink-paper);
    color: var(--ink-text);
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}
