/*
Theme Name: Local Service Pro
Theme URI: https://yourdomain.com/
Author: Your Name
Author URI: https://yourdomain.com/
Description: Elegant landing-page style WordPress theme for local home service businesses.
Version: 1.1
Text Domain: local-service-pro
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

:root {
  --lsp-primary: #0f172a;
  --lsp-accent: #fbbf24;
  --lsp-accent-soft: #fef3c7;
  --lsp-bg: #f3f4f6;
  --lsp-white: #ffffff;
  --lsp-muted: #6b7280;
  --lsp-radius-lg: 1.5rem;
}

body {
  font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.lsp-service-thumb img {max-height:242px;}