/*
Theme Name: Mufasa
Theme URI: https://mufasa.com.br
Description: Tema exclusivo desenvolvido pela Mufasa para rooftopperdizes.com.br
Author: Mufasa Desenvolvimento
Author URI: https://mufasa.com.br
Template: hello-elementor
Version: 1994.1
License: Proprietary
License URI: https://mufasa.com.br/licenca
Text Domain: mufasa
Tags: elementor, custom, exclusive, mufasa
*/

/* ===================================
   Mufasa Theme - Estilos Personalizados
   Site: rooftopperdizes.com.br
   =================================== */

/* Utilities */
.mufasa-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Acessibilidade - Focus Visible */
*:focus-visible {
    outline: 2px solid #667eea;
    outline-offset: 2px;
}

/* Elementor Overrides */
.elementor-widget-heading .elementor-heading-title {
    margin: 0;
}

/* Responsive Typography */
@media (max-width: 768px) {
    body {
        font-size: 16px;
    }
}

/* ===================================
   ADICIONE SEUS ESTILOS ABAIXO
   =================================== */

/* Exemplo de variáveis CSS (descomente para usar)
:root {
    --primary-color: #667eea;
    --secondary-color: #764ba2;
    --text-color: #333;
    --bg-color: #fff;
}
*/
