/*
Theme Name: Hilltop Haven WordPress Theme
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: WordPress theme replica of the Lovable Hilltop Haven frontend.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: hilltop-haven-theme
*/

html {
  scroll-behavior: smooth;
}

body.hilltop-haven-body {
  overflow-x: hidden;
}

.hilltop-haven-hidden {
  display: none !important;
}

.hilltop-whatsapp-button {
  background-color: hsl(var(--whatsapp-green));
}

.hilltop-whatsapp-button:hover {
  background-color: hsl(var(--whatsapp-green-hover));
}
