/*
Theme Name: Better Mortgage Theme
Theme URI: https://example.com/better-mortgage-theme/
Author: Cline
Author URI: https://example.com/
Description: A modern mortgage theme inspired by Better.com, featuring a dynamic calculator and N8N form integration.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: better-mortgage-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, block-styles, full-site-editing, theme-options, threaded-comments, translation-ready, blog, portfolio, e-commerce

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Add base styles later */
body {
  font-family: sans-serif; /* Placeholder */
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}
