/*
Theme Name: LOVE CLOVER
Theme URI: https://l-clover.com/
Description: LOVE CLOVER 営業サイト・求人サイト用 GeneratePress 子テーマ（Compass CMS 連動）
Author: Compass CMS Project
Template: generatepress
Version: 1.0.0
Text Domain: love-clover
*/

/* =========================================================
   デザイントークン（デザインマスター第3章・確定値）
   ========================================================= */
:root {
  --emerald: #14b8ad;
  --emerald-dark: #078b84;
  --emerald-light: #e2f6f4;
  --pink: #ff4f88;
  --pink-dark: #e63a72;
  --pink-light: #ffeef4;
  --ink: #243247;
  --muted: #6e7786;
  --line: #e4e9ee;
  --bg: #f5f7f9;
  --gold: #c99c42;
  --gold-light: #f4e8cf;
  --red: #e53e3e;
  --blue: #3b82f6;
  --line-green: #06c755;
  --yellow: #f6c344;
  --deep-green: #14524c;
  --shadow: 0 10px 28px rgba(28, 44, 66, .05);
  --shadow-hover: 0 14px 32px rgba(28, 44, 66, .12);
  --radius-card: 14px;
  --radius-btn: 10px;
  --radius-photo: 10px;
  --font: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  --maxw: 1200px;
}

/* 実スタイルは assets/css/front.css に集約（functions.phpで読込） */
