/*
Theme Name: eat_ready
Theme URI: 
Author: Loréna Chevallot
Author URI: 
Description: thème enfant de twenty twenty five avec des modifications pour mon nouveau thème
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: eat_ready
Tags: 
*/

.recipe-card__difficulty {
   background-color: var(--wp--preset--color--accent-4);
   color: var(--wp--preset--color--base);
   padding: var(--wp--preset--spacing--20);
   border-radius: 4px;
   font-weight: 600;
   font-size: 12px;
   text-transform: uppercase;
   letter-spacing: 0.2px;
   display: inline-block;
   margin: var(--wp--preset--spacing--20) 0;
}