/*
Theme Name: Reborn Roofing
Theme URI: https://localhowl.com
Author: Local Howl
Author URI: https://localhowl.com
Description: Custom WordPress theme for Reborn Roofing. Built with Elementor Pro for full drag-and-drop editing. Generated by Local Howl Website-in-a-Box.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: Proprietary
Text Domain: reborn-roofing
*/

:root {
  --lb-primary: #1E3A5F;
  --lb-primary-light: #1E3A5F33;
  --lb-accent: #D97706;
  --lb-bg: #F7F8FA;
  --lb-text: #1F2937;
  --lb-text-muted: #6B7280;
  --lb-white: #FFFFFF;
  --lb-border: #E5E7EB;
  --lb-font-primary: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --lb-font-secondary: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --lb-font-base: 16px;
  --lb-line-height: 1.6;
  --lb-radius: 8px;
  --lb-container: 1320px;
  --lb-header-h: 80px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: var(--lb-font-secondary); font-size: var(--lb-font-base); line-height: var(--lb-line-height); color: var(--lb-text); background: var(--lb-bg); -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, h5, h6 { font-family: var(--lb-font-primary); font-weight: 700; line-height: 1.2; }
a { color: var(--lb-primary); text-decoration: none; }
img { max-width: 100%; height: auto; }
