/*
Theme Name: Kuailian Theme
Theme URI: http://example.com/kuailian
Author: Kilo Code
Author URI: http://example.com
Description: A custom WordPress theme for Kuailian network accelerator.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kuailian
*/

/* Basic Reset and Styles */
body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #0b0e14;
    color: #ffffff;
}