/*
Theme Name: icc-bpo
Theme URI: https://iccbpo.com/
Author: Javier Romero
Description: Custom WordPress Theme for ICC-BPO. Secure, lightweight, modern and Elementor Pro compatible.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: icc-bpo
Tags: responsive, custom-header, custom-background, blog, elementor
*/
body{margin:0;font-family:'Poppins',sans-serif;background-color:#1B153F;color:white;}
a{color:#8216EF;text-decoration:none;}a:hover{color:#e9c600;}
h1,h2,h3,h4{font-weight:600;}
.page-title{padding:65px 0;text-align:center;background-size:cover;background-position:center;color:white;}

button, .wp-block-button__link, .header a, .footer a, .header-button {
    transition: all 0.3s ease-in-out;
}
button:hover, .wp-block-button__link:hover, .header a:hover, .footer a:hover, .header-button:hover {
    filter: brightness(1.4);
}
