/*
Theme Name: Dabet
Theme URI: https://dabet.com
Author: Dabet Team
Author URI: https://dabet.com
Description: Dabet - Nền tảng cá cược trực tuyến hàng đầu Việt Nam. Theme được thiết kế chuẩn SEO, tối ưu trải nghiệm người dùng với đầy đủ tính năng hiện đại.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.4
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: dabet
Tags: custom-menu, featured-images, theme-options, threaded-comments, translation-ready
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f5f5f5;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}
