/*
 Theme Name: Ecospark Philippines — Gutenberg Edition
 Theme URI: https://ecospark.ph
 Description: Gutenberg-editable Ecospark Philippines single-page website with e-motorcycle management, bilingual EN/Tagalog content, inquiry leads, responsive layouts, and preserved front-end styling and interactions. No ACF required.
 Author: Ecospark
 Author URI: https://ecospark.ph
 Version: 2.1.0
 Requires at least: 6.2
 Tested up to: 6.8
 Requires PHP: 7.4
 Text Domain: ecospark
 Tags: block-editor, custom-logo, custom-menu, featured-images, translation-ready, wide-blocks
*/

/* The actual design/system styles live in css/style.css and are enqueued via functions.php.
   Only minimal base rules live here so the theme validates and has a clean foundation. */

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
}
