/*
Theme Name: Rapportia Theme
Theme URI: https://rapportia.jp
Description: Team Rapportia - 地域の個人店・こだわりのお店向けWordPressサイト制作サービス
Author: Team Rapportia
Author URI: https://rapportia.jp
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rapportia-theme
Tags: responsive-layout, custom-menu, featured-images
*/

/* ==========================================================================
   テーマ基本スタイル（詳細は assets/css/style.css を参照）
   ========================================================================== */

:root {
  --color-navy:      #1E3A5F;
  --color-yellow:    #F5C842;
  --color-teal:      #3D9B8C;
  --color-coral:     #E8714A;
  --color-pink:      #E8A0A0;
  --color-lightblue: #A8D4E6;
  --color-white:     #FFFFFF;
  --color-text:      #555555;
  --color-text-light:#888888;
  --color-bg:        #FAFAFA;
  --color-border:    #E8E8E8;

  --font-heading: 'Shippori Mincho', 'Georgia', serif;
  --font-body:    'Noto Sans JP', 'Hiragino Sans', 'Yu Gothic', sans-serif;

  --header-height: 92px;
  --max-width:     1100px;
  --radius-sm:     8px;
  --radius-md:     16px;
  --radius-lg:     32px;

  --shadow-sm:  0 2px 8px rgba(30,58,95,0.08);
  --shadow-md:  0 4px 20px rgba(30,58,95,0.12);
  --shadow-lg:  0 8px 40px rgba(30,58,95,0.16);

  --transition: 0.3s ease;
}
