/*
Theme Name: Mimo Mobility
Theme URI: https://mimomobility.com/
Author: Mimo Mobility Team
Author URI: https://mimomobility.com/
Description: Clean, modern, and professional responsive landing page for Mimo Mobility. Styled using Tailwind CSS via Play CDN, with custom Inter fonts, elegant negative space, and vibrant sky-blue details. Perfect for startups and clean energy launches in Indonesia.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mimo-mobility
Tags: responsive, modern, clean, minimal, starter, portfolio, layout, custom-logo, translation-ready
*/

/* Reset basic core elements to work beautifully with Tailwind */
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}
.wp-block-group {
  margin: 0;
}
