/*
Theme Name: Registro Inspired Theme
Theme URI: https://www.example.com
Author: Your Name
Author URI: https://www.example.com
Description: A WordPress theme inspired by registrodeimoveis.org.br with placeholder content.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: registro-theme
*/

body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #ffffff;
    color: #333;
    margin: 0;
    padding: 0;
}
header, footer {
    background-color: #00477b;
    color: white;
}
a {
    color: #0074c7;
}
