/*
Theme Name: Jyle
Theme URI: https://example.com/jyle-theme/
Author: WordPress Developer
Author URI: https://example.com/
Description: A dark-themed, futuristic design for the Jyle meme coin project. Features a crypto trading bot aesthetic with depth, digital ambiance, and clarity.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jyle
Tags: dark-theme, crypto, meme-coin, one-page, custom-colors, custom-menu, custom-logo, featured-images, translation-ready
*/

/* This file contains only the basic CSS for WordPress theme recognition */
/* Main styles are in assets/css/main.css */

/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', 'Helvetica Neue', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: hsl(240, 10%, 75%);
    background-color: hsla(257, 75%, 6%, 1);
    overflow-x: hidden;
}