/*
Theme Name: Moban 8-10-44
Theme URI: https://moban-8-10-44.example.com/
Author: Moban 8-10
Author URI: https://moban-8-10-44.example.com/
Description: Giao diện WordPress tiếng Việt phong cách sổ tay kiểm định: danh sách so sánh game dạng hàng dày đặc với biểu tượng, thanh điểm đánh giá, nhãn phân loại và nút tải xuống, kèm chỉ mục tin tức, khu hỏi đáp dạng xếp cuộn và hai hàng điều hướng riêng biệt trên nền rêu xanh, ô liu và giấy kem.
Version: 1.0.0
Requires at least: 5.6
Tested up to: 6.5
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: moban-8-10-44
Tags: blog, entertainment, custom-menu, featured-images, threaded-comments, translation-ready
*/

:root {
    --moss: #3A5A40;
    --olive: #A3B18A;
    --paper: #F4F1DE;
    --ink: #24352A;
}

body {
    margin: 0;
    background-color: var(--paper);
    color: var(--ink);
    font-family: 'Roboto', 'Segoe UI', Tahoma, sans-serif;
    line-height: 1.65;
}

a {
    color: var(--moss);
    text-decoration: none;
    transition: color .25s ease, opacity .25s ease;
}

a:hover {
    color: var(--ink);
}

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

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

.alignleft { float: left; margin: 0 1.5em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.aligncenter { display: block; margin: 1em auto; }
