/*
Theme Name: GPA Comptabilité Fiscalité (Enfant)
Template: twentytwentyfour
Version: 1.0.0
Description: Thème enfant personnalisé aux couleurs orange et gris.
Author: Ton Nom
*/
body {
    background-color: #f8f8f8;
    color: #333;
    font-family: Arial, sans-serif;
}
a {
    color: #ff6600;
    text-decoration: none;
}
a:hover {
    color: #cc5200;
}
h1, h2, h3, h4, h5, h6 {
    color: #555555;
}
button, input[type="submit"] {
    background-color: #ff6600;
    border: none;
    padding: 10px 20px;
    color: white;
    border-radius: 4px;
}
button:hover, input[type="submit"]:hover {
    background-color: #cc5200;
}
