/*
 Theme Name:   San Felice Apartments – uDesign Child
 Theme URI:    https://sanfeliceapartments.example
 Description:  Child theme for uDesign tailored for San Felice Apartments (4 listings, direct booking-ready).
 Author:       San Felice Apartments
 Author URI:   https://sanfeliceapartments.example
 Template:     u-design
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  sanfelice-udesign-child
*/

:root {
  --sf-brand:#0f3d3e;
  --sf-accent:#73b6b0;
  --sf-dark:#0b1f20;
  --sf-light:#f6faf9;
}
.sf-cta-btn { display:inline-block; padding:.75rem 1.25rem; border-radius:6px; text-decoration:none; background:var(--sf-brand); color:#fff; font-weight:600; }
.sf-cta-btn.sf-cta-btn--outline { background:transparent; border:2px solid var(--sf-brand); color:var(--sf-brand); }
.sf-hero { padding:7rem 1rem; text-align:center; background: var(--sf-brand); color:#fff; }