/*
Theme Name: Engiya Honpo Theme
Theme URI: https://engiyahonpo.com/
Author: Engiya Honpo
Description: 縁起屋本舗のランディングページをベースにしたクラシックテーマ。ブロックエディタ対応。
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: engiya-theme
*/

/* --- カラーパレット用スタイル --- */

/* 縁起屋ゴールド */
.has-engiya-gold-color {
    color: #D4AF37 !important;
}

.has-engiya-gold-background-color {
    background-color: #D4AF37 !important;
}

/* LINEグリーン */
.has-engiya-green-color {
    color: #16a34a !important;
}

.has-engiya-green-background-color {
    background-color: #16a34a !important;
}

/* 漆黒 (Black) */
.has-engiya-black-color {
    color: #000000 !important;
}

.has-engiya-black-background-color {
    background-color: #000000 !important;
}

/* ダークグレー */
.has-engiya-dark-gray-color {
    color: #111827 !important;
}

.has-engiya-dark-gray-background-color {
    background-color: #111827 !important;
}

/* ライトグレー */
.has-engiya-light-gray-color {
    color: #f9fafb !important;
}

.has-engiya-light-gray-background-color {
    background-color: #f9fafb !important;
}

.btn-links a:hover {
    color: #fff !important;
}

#mobileMenu nav {
    list-style: none;
}