/*
Theme Name: FC Club
Theme URI:
Author: La plus+
Description: サッカー/フットボールクラブ向けの汎用WordPressテーマ。試合・選手・スポンサーを管理でき、チーム名やロゴ・カラーは「外観 → カスタマイズ」で差し替えできます。
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: fcclub
*/

/* =============================================
   CSS カスタムプロパティ
   ============================================= */
:root {
  /* ─── チームカラー ─────────────────── */
  --color-black:    #1A1A1A;   /* メインブラック */
  --color-gold:     #FFE000;   /* チームイエロー */
  --color-gold-dark:#D4BB00;   /* イエロー（濃） */
  --color-blue:     #4A8FBF;   /* ロゴ水色 */
  --color-blue-dark:#2E6A96;   /* 水色（濃） */
  --color-white:    #FFFFFF;
  --color-bg:       #F7F7F7;
  --color-bg-dark:  #111111;
  --color-text:     #1A1A1A;
  --color-text-sub: #777777;
  --color-border:   #E0E0E0;

  /* ─── フォント ─────────────────────── */
  --font-base: 'Noto Sans JP', 'Yu Gothic', sans-serif;
  --font-en:   'Oswald', 'Inter', 'Helvetica Neue', sans-serif;

  /* ─── タイポグラフィ ────────────────── */
  --text-xs:   0.75rem;
  --text-sm:   0.875rem;
  --text-base: 1rem;
  --text-lg:   1.125rem;
  --text-xl:   1.25rem;
  --text-2xl:  1.5rem;
  --text-3xl:  1.875rem;
  --text-4xl:  2.5rem;
  --text-5xl:  3.5rem;

  /* ─── スペーシング ──────────────────── */
  --space-xs:  0.5rem;
  --space-sm:  1rem;
  --space-md:  1.5rem;
  --space-lg:  2.5rem;
  --space-xl:  4rem;
  --space-2xl: 6rem;

  /* ─── レイアウト ────────────────────── */
  --container:         1200px;
  --container-padding: 1.5rem;
  --radius-sm:  4px;
  --radius-md:  8px;
  --radius-lg:  16px;
  --transition: 0.25s ease;
  --shadow-sm:  0 2px 8px rgba(0,0,0,.08);
  --shadow-md:  0 4px 20px rgba(0,0,0,.12);
  --shadow-lg:  0 8px 40px rgba(0,0,0,.18);
}
