/*
Theme Name: FormStinger
Theme URI: https://formstinger.com
Description: Mobile-first funnel landing page theme. No page builder required. Fill in the settings panel, publish, send traffic.
Author: FormStinger
Author URI: https://formstinger.com
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: formstinger
*/

/* === BASE RESET === */
*, *::before, *::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html, body {
  margin: 0;
  padding: 0;
  background-color: #F0F2F5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
