/*
Theme Name: Kariyushi hojokin LP
Theme URI: https://example.com
Author: かりゆし法務事務所
Author URI: https://example.com
Description: 小規模事業者持続化補助金 LP 用 WordPress テーマ。スタイルは css/style.css に集約。
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kariyushi-wp
*/

/* フォント・アイコン（Google Fonts） */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap");

/* 共通カスタムスタイル */
body {
    font-family: 'Noto Sans JP', sans-serif;
}
.gradient-text {
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(to right, #ffd700, #ffecb3);
}
.card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.hero-amount {
    text-shadow: 0px 2px 4px rgba(0,0,0,0.2);
}
.hero-title-shadow {
    text-shadow: 0px 4px 10px rgba(0,0,0,0.4);
}
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
