/*
Theme Name: MentionsFlow
Theme URI: https://mentionsflow.com
Author: MentionsFlow
Author URI: https://mentionsflow.com
Description: Real-time social & AI-mention listening SaaS theme for MentionsFlow. A blue-forward, glass-and-soft-UI marketing theme built to the MentionsFlow Brand Guidelines (v1.0). Includes a sticky glass navbar, animated hero with floating AI-platform logos, front page, and About / Pricing / Contact page templates. Contact Form 7 ready.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mentionsflow
Tags: business, portfolio, one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
*/

/*
  The full design system lives in assets/css/main.css (enqueued from functions.php).
  This file only carries the required theme header plus a minimal reset so the
  theme still renders sanely if the main stylesheet ever fails to load.
*/

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

html,
body { margin: 0; padding: 0; }

body {
	font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
	-webkit-font-smoothing: antialiased;
	background: #eef1f6;
	color: #0f1424;
}

::selection { background: #c7d6ff; }
