/*
 Theme Name:   Flavor
 Theme URI:    https://groupcollector.com
 Description:  Standalone WordPress theme for Group Collector. Each page template is a complete HTML document with inline CSS, no parent theme, no Elementor. Works with a fresh cloned DB and the production DB unchanged.
 Author:       Group Collector
 Author URI:   https://groupcollector.com
 Version:      1.0.0
 Requires PHP: 8.1
 Text Domain:  flavor
*/

/* ---------------------------------------------------------------
   The Flavor theme intentionally ships a minimal global stylesheet.
   Standalone page templates (home, about, offer, etc.) include
   their own full CSS inline. Blog pages (home.php, single.php,
   category.php, 404.php, page.php) load assets/css/blog.css,
   enqueued from functions.php.
   --------------------------------------------------------------- */

html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: #211A12;
  background: #FAF6EC;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*, *::before, *::after { box-sizing: border-box; }
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; background: none; border: 0; color: inherit; }

/* Hide the admin bar margin for logged-out users on standalone pages:
   WP only emits html.admin-bar CSS when the admin bar is rendered. */
