/*
Theme Name: Myra Theme
Description: Thème WordPress personnalisé pour l'Agence MYRA - Margherita Yannick Rémi Associés. Spécialisé dans la performance, le spectacle vivant et l'émergence artistique.
Author: Développeur Myra
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: myratheme
Tags: cultural, events, portfolio, responsive, modern, artistic
Requires at least: 5.8
Tested up to: 6.3
Requires PHP: 7.4
*/

/* 
 * Styles de base du thème Myra
 * Pour les styles étendus, voir assets/css/main.css
 */

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

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Styles de base pour éviter les erreurs de rendu */
* {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 1rem;
}

p {
    margin-bottom: 1rem;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #666;
}