/*
Theme Name: Challenger Tech Services
Theme URI: kmargo.com
Author: Kmargo.com
Author URI: kmargo.com
Description: Un tema moderno, limpio y profesional para servicio técnico especializado en electrodomésticos Challenger.
Version: 1.4.2
License: GNU General Public License v2 or later
Text Domain: challenger-tech
*/

/* Custom CSS Styles */
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    scroll-behavior: smooth;
}

/* Accordion details/summary styles to hide default arrows */
details>summary {
    list-style: none;
    /* Firefox */
}

details>summary::-webkit-details-marker {
    display: none;
    /* Chrome/Safari */
}

/* Custom Gradients */
.gradient-cta {
    background: linear-gradient(135deg, #1152D4 0%, #0c3e9a 100%);
}

.gradient-cta:hover {
    background: linear-gradient(135deg, #E31E24 0%, #a8161a 100%);
}