/*
Theme Name: Kadence My Timpo
Template: kadence
*/
/* Titres */
h1, h2, h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #2c3e50;
}

/* Paragraphes */
body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

/* Boutons */
.wp-block-kadence-advancedbtn .kt-btn {
    border-radius: 8px;
    padding: 14px 28px;
    font-size: 1.1rem;
    background-color: #0078D4;
    color: white;
}

/* Sections */
.section {
    padding: 80px 0;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.2rem;
    }
    .hero-subtitle {
        font-size: 1.1rem;
    }
    .wp-block-kadence-rowlayout {
        flex-direction: column !important;
    }
}
