/*
Theme Name: Custom Monaco Money Frequency
Theme URI: https://example.com
Author: Monaco Money Frequency
Author URI: https://example.com
Description: Funnel theme for home and VSL steps. Assets load only on assigned funnel pages.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: custom-monaco-money-frequency
*/

/* Built funnel CSS/JS: dist/ after `npm run build`. This file is the lightweight global layer. */

.funnel-hero {
  padding: 2rem 1.25rem;
  max-width: 40rem;
  margin: 0 auto;
  font-family:
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    sans-serif;
  line-height: 1.5;
}

.funnel-hero__title {
  font-size: 1.5rem;
  margin: 0 0 0.75rem;
}

.funnel-hero__lede {
  margin: 0;
}

.funnel-hero a {
  color: #1a5f1a;
  font-weight: 600;
  text-decoration: underline;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  word-wrap: normal !important;
}
