/* ============================================================
   Colworth Builders — Custom Styles
   ============================================================ */

/* 1. Global Resets & Base */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  color: #555;
}

/* 2. Layout */
.wrapper { max-width: 1280px; margin: 0 auto; padding: 0 24px; }

/* 3. Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: #1C1C1C;
}

/* 4. Custom Components */

/* 5. Utilities & Helpers */