/*
Theme Name:   Best Forex Broker
Description:  An original GeneratePress child theme for forex broker review & comparison sites. Displays broker regulation, minimum deposit, leverage, spreads, platforms, rating and more.
Author:       Zaryab
Template:     generatepress
Version:      1.0.0
Text Domain:  best-forex-broker
*/

:root {
    --fb-primary: #1d4ed8;      /* Trust blue */
    --fb-secondary: #f59e0b;    /* Gold accent */
    --fb-bg: #ffffff;
    --fb-text: #0f172a;
    --fb-text-muted: #64748b;
    --fb-border: #e2e8f0;
    --fb-radius: 12px;
    --fb-shadow: 0 4px 16px -2px rgba(15, 23, 42, 0.06);
}

body, input, select, textarea, button {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
