/*
Theme Name: c4ldotcom
Theme URI: https://componentsforlearning.com
Author: Roger
Author URI: https://componentsforlearning.com
Description: Tema clàssic personalitzat amb suport per GSAP animations
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: c4ldotcom
*/

/* Reset bàsic */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

/* Utilitats per animacions GSAP */
.gsap-hidden {
    visibility: hidden;
}

.will-animate {
    will-change: transform, opacity;
}
