/*
Theme Name: AUM ACG
Theme URI: https://www.aumcreate.com
Author: aumcreate
Author URI: https://www.aumcreate.com
Description: 专业的WordPress主题，为AUM产品、开发文档和工具下载定制
Version: 1.0.0
Requires at least: 5.9
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: aum-acg
*/

/* ==========================================================================
   基础样式
   ========================================================================== */

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ==========================================================================
   链接样式
   ========================================================================== */

a {
    color: #0073aa;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #005177;
}

