/*
Theme Name: Antra Child
Theme URI: https://developer.wordpress.org/themes/advanced-topics/child-themes/
Template: antra
Description: Antra Child Theme
Author: Developer
Author URI: developer
Version: 1.0.0
Text Domain: antra
*/

/* Réduire la taille des H3 et H4 dans le contenu des projets */
body.single-project .site-main h3 {
    font-size: 32px !important;
    line-height: 38px !important;
}

body.single-project .site-main h4 {
    font-size: 22px !important;
    line-height: 28px !important;
}