/*
Theme Name: MSP Real Estate Modern
Theme URI: https://msprealestateinc.com/
Author: Internal
Description: A custom theme matching the MSP Real Estate v0 design.
Version: 0.3.0
Text Domain: msp-realestate-modern
*/

/*
  Minimal WP-specific tweaks.
  Most layout is handled via Tailwind utility classes.
*/

/* Fixed header offset (used if templates forget to add padding) */
body {
  scroll-behavior: smooth;
}

/* Tailwind v4 utility used in the prototype; add a simple fallback for CDN Tailwind */
.text-balance {
  text-wrap: balance;
}

/* Make WordPress admin bar play nicely with our fixed header */
.admin-bar header {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar header {
    top: 46px;
  }
}
