/*
Theme Name: RSA Property Native
Theme URI: https://rsaproperty.co.za/
Author: RSA Property
Description: Thin native WordPress theme shell for RSA Property. Public application UI is owned by RSA Property Core.
Version: 0.1.0
Text Domain: rsa-property-native
*/
:root{--rsa-native-text:#172033;--rsa-native-muted:#6f7884;--rsa-native-border:#e5e9f0;--rsa-native-bg:#fff}
*,*::before,*::after{box-sizing:border-box}
html{margin:0;padding:0}
body{margin:0;background:var(--rsa-native-bg);color:var(--rsa-native-text);font-family:Inter,Arial,sans-serif;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto}
a{color:inherit}
.rsa-native-page{min-height:44vh}
.rsa-native-page__inner{width:min(100% - 40px,1240px);margin:0 auto;padding:36px 0 64px}
.rsa-native-page__content>*:first-child{margin-top:0}
.rsa-native-page__content>*:last-child{margin-bottom:0}
.rsa-native-basic-title{font-size:clamp(28px,4vw,44px);line-height:1.08;margin:0 0 24px;color:#13233f}
