/*
Theme Name: EarnForex Clone Theme
Theme URI: https://www.earnforex.com/
Description: A minimalist, high-performance clone theme for EarnForex financial portal. Built with native WordPress functions and lightweight architecture.
Version: 1.0.0
Author: Technical Advisor AI
License: GNU General Public License v2 or later
Text Domain: earnforex-clone
*/

/* 引入轻量级 Tailwind 基础样式，用于极致高效的响应式开发 */
@import url('https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css');

/* 全局基础金融风格微调 */
:root {
    --ef-blue: #1e3a8a;
    --ef-green: #10b981;
    --ef-dark: #111827;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #f3f4f6;
    color: #1f2937;
    -webkit-font-smoothing: antialiased;
}

/* 移除 WordPress 默认的某些影响布局的边距 */
html { margin-top: 0px !important; }