/*
Theme Name: arnika-reactpress
Theme URI: https://example.com/arnika-reactpress
Author: Arnika
Author URI: https://example.com
Description: Hybrid React + WordPress/WooCommerce theme scaffold powered by Vite.
Version: 0.1.0
License: GPLv2 or later
Text Domain: arnika-reactpress
*/

/* Base fallback styles for when React bundle has not loaded yet */
body.arnika-reactpress {
    margin: 0;
    font-family: "Space Grotesk", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #0f1115;
    color: #e7ecf5;
}

#arnika-reactpress-root {
    min-height: 100vh;
}
