/*
Theme Name: MINGRAI
Theme URI: https://mingrai.com
Author: MINGRAI
Author URI: https://mingrai.com
Description: Professionelles WordPress-Theme für MINGRAI – Intelligence. Integrated. Realtime. Semantic Operating System für Unternehmen mit Plug & Play Intelligence. Mehrsprachig (DE/EN). Custom Fields für volle Inhaltskontrolle. Legal & Trademark Compliance.
Version: 2.4.1
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: Proprietary
License URI: https://mingrai.com/license
Text Domain: mingrai
Tags: one-column, custom-logo, custom-menu, featured-images, translation-ready
*/

/* ─── Design Tokens ─── */
:root {
    /* Primary Brand Colors */
    --mingrai-blue: #0066CC;
    --mingrai-blue-2: #0080FF;
    --mingrai-sky: #33AADD;
    --mingrai-orange: #FF9900;
    --mingrai-orange-2: #FF7700;

    /* Neutrals */
    --mingrai-ink: #1a1f2e;
    --mingrai-slate: #4a5568;
    --mingrai-border: rgba(0, 102, 204, 0.10);
    --mingrai-bg: #f4f6f9;
    --mingrai-white: #ffffff;

    /* Effects */
    --mingrai-shadow: 0 18px 48px rgba(0, 40, 100, 0.10);
    --mingrai-shadow-sm: 0 4px 16px rgba(0, 40, 100, 0.06);
    --mingrai-radius: 22px;
    --mingrai-radius-sm: 14px;
    --mingrai-max: 1220px;

    /* Typography – GDPR-compliant system font stack */
    --mingrai-font-heading: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    --mingrai-font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
