/*
Theme Name: Casas Búzios
Theme URI: https://murilo-manoel.vercel.app/
Author: Murilo Manoel
Author URI: https://murilo-manoel.vercel.app/
Description: Tema WordPress de alto padrão desenvolvido para o Casas Búzios / ILOV IMÓVEIS - Réplica responsiva do site de casas de veraneio e investimento em Búzios.
Version: 1.0.0
Text Domain: casas-buzios
Tags: real-estate, luxury, buzios, responsive-layout, custom-theme
*/

/* Custom Base Fallback Styles */
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
  color: #353437;
  overflow-x: hidden;
}