/*
Theme Name: Moban 8-10-45
Theme URI: https://ecogreen.com.co/
Author: Moban Studio
Author URI: https://ecogreen.com.co/
Description: Giao diện WordPress tiếng Việt phong cách bảng dữ liệu trực tiếp: khối nội dung chính kết hợp thanh thống kê dính bên phải, điều hướng dính trên cùng, tab chuyển đổi danh sách, tông màu xanh đêm đậm kết hợp hồng san hô nhạt dành cho trang tin tức và tải xuống.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.6
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-45
Tags: news, entertainment, two-columns, custom-menu, featured-images, translation-ready
*/

:root {
    --night: #0D1B2A;
    --night-soft: #14263C;
    --coral: #E0AFAF;
    --coral-deep: #C98A8A;
    --ivory: #F8F5F2;
    --ink: #17263B;
    --line: rgba(23, 38, 59, 0.12);
}

html,
body {
    overflow-x: hidden;
}

body {
    background-color: var(--ivory);
    color: var(--ink);
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.7;
}

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

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

a:hover {
    color: var(--coral-deep);
}

a:focus-visible,
button:focus-visible {
    outline: 2px solid var(--coral);
    outline-offset: 2px;
}

h1, h2, h3, h4 {
    font-weight: 900;
    line-height: 1.25;
    color: var(--ink);
}
