/*
Theme Name: Rucad Engenharia
Theme URI: https://rucadengenharia.com.br
Author: Rucad Engenharia
Author URI: https://rucadengenharia.com.br
Description: Custom WordPress theme for Rucad Engenharia - Electrical Engineering Services
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rucad
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* This file is required by WordPress but styles are compiled from Tailwind CSS */
/* See css/main.css for the compiled Tailwind styles */

/* Custom Button Styles */
.btn-whatsapp {
    background-color: #00A63E !important;
    color: white !important;
    border: none !important;
}

.btn-whatsapp:hover {
    background-color: #008f35 !important;
    color: white !important;
}