/*
Theme Name: Hello Elementor Child — Skyline Roll-Off
Theme URI: https://dumpster-rental-service.com
Description: Child theme for Skyline Roll Off Services. Site-wide CSS overrides live here; reusable components live in the skyline-blocks plugin.
Author: Bimeo Digital
Template: hello-elementor
Version: 1.0.0
*/

/* Smooth scrolling for in-page anchor CTAs */
html {
	scroll-behavior: smooth;
}

/* Design uses Roboto everywhere; guard against theme fallbacks */
body {
	font-family: 'Roboto', sans-serif;
}
