/**
 * Theme: fxglory
 *
 * Token overrides for the FXGlory site. These match the values already
 * baked into fxch-currency-hub.css, so this file is intentionally a no-op —
 * it exists as the reference/starting point for new theme files. Copy it to
 * a new file named after your theme slug (see docs/multi-site-configuration.md)
 * and change the values.
 */

:root {
    --fxch-primary: #2563eb;
    --fxch-primary-hover: #1d4ed8;
    --fxch-accent: #00a8d7;
    --fxch-accent-hover: #0094bf;
    --fxch-surface: #ffffff;
    --fxch-surface-muted: #f8fafc;
    --fxch-text: #1e293b;
    --fxch-text-muted: #64748b;
}
