/*
Theme Name: lexplore
Theme URI: https://effata-leago.jp/
Description:MPS-energy is child theme of LEAGO_V2.
Template: LEAGO_V2
Version: 1.0.1
Author: Effata Inc.
Author URI: https://www.effata.co.jp/
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
:root {
    --mpee-light-green: #3da100;
    --mpee-blue: #002054;
    --home-h2-color: #0d2200;
}

/* 英字: Century　日本語: Noto Sans JP に統一 */
html {
    font-family: "Century", "Century Schoolbook", Georgia, "Noto Sans JP", "Noto Sans", sans-serif;
}