/*
Theme Name: Tree Tops Dental Theme
Theme URI: https://sketchcreative.co/
Author: Sketch Creative
Author URI: https://sketchcreative.co/
Description: Companion theme for the Tree Tops Dental plugin. Provides a chrome-free page template so the plugin renders pixel-perfect against the Figma design without fighting an off-the-shelf theme.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: treetops-dental-theme
*/

/* Reset the bare minimum so the plugin's scoped CSS owns the look. */
html, body { margin: 0; padding: 0; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #1A1F2B; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
*, *::before, *::after { box-sizing: border-box; }
img { max-width: 100%; height: auto; display: block; }
