/*
Theme Name: Rita Interiores
Theme URI: https://agilstore.pt
Author: Agilstore
Author URI: https://agilstore.pt
Description: Tema WordPress customizado para Rita Interiores, convertido de React.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: interiores-theme
*/

/*
    Global Styles & Variables
    (Tailwind will handle most, but base resets go here)
*/

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    color: #1a1a1a;
    background-color: #FAFAFA;
}