/*
Theme Name: Le Mans FC
Theme URI: 
Author: 
Author URI: 
Description: Thème WordPress pour média indépendant - Le Mans FC
Version: 1.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lmfc
Domain Path: /languages
*/

/* Styles globaux du thème */


:root {
    --primary-color: #B81210;
    --secondary-color: #DEA800;
    --text-color: #333;
    --background-color: #ffffff;
    --header-bg-color: rgba(8, 20, 44, 0.92);
    --header-bg-home: transparent;
}

body{
    font-family: 'Jost', sans-serif;
    color: var(--text-color);
    background-color: var(--background-color);
    margin: 0;
    padding: 0;
}
