/* ============================================
   MAIN STYLESHEET — Painting House
   ============================================ */

/* ── Fonts ── */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

/* ── Components ── */
@import 'reset.css';
@import 'header.css';
@import 'hero.css';
@import 'about.css';
@import 'services.css';
@import 'slider.css';
@import 'form.css';
@import 'footer.css';

/* ── Global Styles ── */
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  color: #1E293B; /* Deep graphite */
  background-color: #FFFFFF; /* Clean white */
}
