/*
Theme Name: Residence Custodian One-Pager
Theme URI: https://www.rescust.co.za/
Author: NBM
Author URI: https://www.newbemarketing.co.za
Description: A minimalist, Elementor-ready one-page WordPress theme for Residence Custodian (Pty) Ltd.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: residence-custodian
Tags: one-page, elementor, responsive, custom
*/

body {
    margin: 0;
    font-family: 'Helvetica Neue', sans-serif;
    background: #f9f9f9;
    color: #222;
    line-height: 1.6;
}

a {
    color: #1d472e;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

section {
    padding: 60px 0;
}
