/*
Theme Name: Aces Haven Theme
Theme URI: https://aceshaven.co
Author: Aces Haven
Description: A custom WordPress theme for serviced apartments and property management
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: aceshaven-theme
*/
body {
  font-family: sans-serif;
  background: #f9f9f9;
  color: #333;
  margin: 0;
}
h1, h2, h3 {
  color: #1a202c;
}
button {
  background-color: #4f46e5;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
}
