/*
Theme Name: Handyman ABC
Theme URI: https://example.com/handyman-abc
Author: Your Name
Author URI: https://example.com
Description: Basic starter theme for the Handyman ABC site.
Version: 1.0.0
Text Domain: handymanabc
*/

/* Reset / base styles */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  color: #222;
  background-color: #f5f5f5;
}


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