/*
Theme Name: Hello Elementor Child - COCOLANCE College
Theme URI: https://college.cocolance.jp/
Description: COCOLANCE college 用の Hello Elementor 子テーマ。確定トンマナ（明るい基調 × ダークブラウン × ゴールド／角丸なし）のデザイントークンを内包。
Author: emilus
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-cocolance-child
*/

/* ===== デザイントークン（設計書準拠） ===== */
:root{
  --cc-bg:#F7F3EC;        /* 明るい地（ベージュホワイト） */
  --cc-sand:#EDE4D6;      /* 面・カード */
  --cc-dark:#3E2A20;      /* ダークブラウン（FV・写真・締め） */
  --cc-deep:#2E1E16;      /* 最深部 */
  --cc-gold:#B8946A;      /* ゴールド（アクセント） */
  --cc-goldline:#C2A878;  /* ゴールド罫線 */
  --cc-caramel:#9C7C5D;   /* キャラメル */
  --cc-ink:#3A2C22;       /* 主要テキスト */
  --cc-sub:#7E6E5E;       /* サブテキスト */
  --cc-ondark:#F3ECE0;    /* ダーク面の文字 */
  --cc-ondark-sub:#CDBBA2;
  --cc-line:#DCD2C2;      /* 罫線・区切り */
  --cc-green:#06C755;     /* LINE CTA */
  --cc-serif:'Noto Serif JP', serif;   /* 見出し（明朝） */
  --cc-sans:'Noto Sans JP', sans-serif;/* 本文（ゴシック） */
}

/* ===== ベース ===== */
body{
  font-family:var(--cc-sans);
  color:var(--cc-ink);
  background:var(--cc-bg);
  line-height:1.9;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4,h5{ font-family:var(--cc-serif); letter-spacing:.04em; }

/* 角丸なし（ボタン・画像・入力欄）。Elementorのグローバル設定と併せて徹底 */
.elementor-button,
button,
input,
textarea,
select,
img{ border-radius:0 !important; }

/* カスタムCSSはこの下に追記していく */
