/*
Theme Name: astra-child
Author: moi
Description: Thème enfant d'Astra
Version: 1.0
Template: astra

This is the child theme for Astra theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

@font-face {
    font-family: 'Petit-Cochon';
    src: url('fonts/Petit-Cochon.ttf') format('truetype'),
         url('fonts/Petit-Cochon.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* ✅ Ajout important */
}

.petit-cochon * {
    font-family: 'Petit-Cochon', sans-serif !important;
}