/*
Theme Name: Access Road V2
Theme URI: https://tonsite.com/astra-enfant
Description: Thème enfant d’Astra pour personnalisation légère et rapide
Author: Luc Bataillé
Author URI: https://tonsite.com
Template: astra
Version: 1.0.0
Text Domain: astra-enfant
*/

/* Import du style parent */
@import url("../astra/style.css");

/* === Vos styles personnalisés commencent ici === */
body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #333;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

/* Exemple : boutons personnalisés */
button, input[type="submit"] {
    background-color: #0a74da;
    color: #fff;
    border: none;
    padding: 0.
