/*
Theme Name: Acadeca
Theme URI: https://github.com/ximosoftacadeca/
Description: Theme for Balears Meteo
Author: XimoSoft
Author URI: https://ximosoft.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: acadeca
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
:root{
    --radius: 12px;
    --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --muted: #64748b;
    --bg: #ffffff;
    --footer-bg: #f5f6f8;
    --muted: #6b7280;
    --radius: 14px;
    --shadow: 0 6px 20px rgba(16, 24, 40, 0.06);
	--color-primary: #191C1D;
    --color-secondary: #F45D3A;
    --color-text: #7A7A7A;
    --color-accent: #177245;
    ---color-8d83786: #84D8A2;
    ---color-75a0687: #F8F9FA;
    --color-612d82d: #E8F5E9;
    --color-13afa77: #0F1010;
    --color-43f229e: #FFFFFF;
    --typography-primary-font-family: "Montserrat";
    --typography-primary-font-weight: 600;
    --typography-secondary-font-family: "Montserrat";
    --typography-secondary-font-weight: 400;
    --typography-text-font-family: "Ruda";
    --typography-text-font-weight: 400;
    --typography-accent-font-family: "Ruda";
    --typography-accent-font-weight: 500;
    --typography-accent-text-decoration: underline;

}

a {

}

.elementor-widget-button .elementor-button {
   text-decoration:none;
}

.bg-accent {
	background-color: var(--color-accent, #177245);
}