/*
Theme Name: cryptohub-core
Theme URI: https://github.com/cryptohub-core
Author: Elite Developer
Author URI: https://github.com/cryptohub-core
Description: A premium, dark-themed institutional crypto trading WordPress theme. Features GSAP ScrollTrigger animations, Alpine.js state filters, and highly responsive page templates.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cryptohub-core
Tags: dark, professional, financial, premium, motion-design
*/

/* Import Google Fonts - Outfit and Inter for premium trading aesthetic */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800;900&display=swap');

body {
    font-family: 'Inter', sans-serif;
    background-color: #020617;
    color: #e2e8f0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Outfit', sans-serif;
}
