/*
Theme Name: Taylor Ford Marketing
Theme URI: https://example.com/taylor-ford-marketing
Author: Taylor Ford Marketing
Author URI: https://example.com
Description: Custom one-page lead-generation theme for Taylor Ford Marketing, converted from the Taylor Ford Marketing v2 design. Dark, high-contrast landing page with a 3-step qualification form and live pricing/offer sections.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.7
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: taylor-ford-marketing
Tags: one-column, custom-menu, custom-logo, featured-images, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

All the real styling lives in assets/css/main.css (enqueued from functions.php)
so it can be cached and versioned independently of this required stylesheet header.
*/

html {
  box-sizing: border-box;
}

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

body {
  margin: 0;
}

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