/**
Theme Name: Butterfly
Author: Wordpress Creation
Author URI: https://wordpresscreation.fr/
Description: Site internet créé par Wordpress Creation
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: butterfly
Template: astra
*/


@font-face {
    font-family: 'Biotif';
    src: url('fonts/biotif-regular-webfont.woff2') format('woff2'),
         url('fonts/biotif-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Biotif';
    src: url('fonts/biotif-medium-webfont.woff2') format('woff2'),
         url('fonts/biotif-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Biotif';
    src: url('fonts/biotif-bold-webfont.woff2') format('woff2'),
         url('fonts/biotif-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Biotif';
    src: url('fonts/biotif-extrabold-webfont.woff2') format('woff2'),
         url('fonts/biotif-extrabold-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Appliquer la police Biotif à tout le site */
body {
    font-family: 'Biotif', sans-serif;
}
