/* Explain: Theme tokens for Bitmar's corporate LOPD/RGPD consulting identity. - */
:root {
    --primary-color: #0f172a;
    --primary-hover: #1e293b;
    --secondary-color: #e2e8f0;
    --accent-color: #2563eb;
    --logo-subtitle-color: #64748b;
    --button-color: #2563eb;
    --background-color: #f8fafc;
    --surface-color: #ffffff;
    --footer-bg: #0f172a;
    --text-color: #0f172a;
    --text-muted: #475569;
    --border-color: #e2e8f0;
    --glass-bg: rgba(255, 255, 255, 0.95);
    --glass-border: rgba(226, 232, 240, 0.8);
    --nav-bg: rgba(255, 255, 255, 0.98);
    --field-bg: #ffffff;
    --shadow-soft: 0 10px 40px rgba(15, 23, 42, 0.05);
    --shadow-button: 0 8px 20px rgba(37, 99, 235, 0.2);
    --font-heading: 'Inter', sans-serif;
    --font-body: 'Inter', sans-serif;
    --font-logo: 'Inter', sans-serif;
}