/*
 * GENERATED by yaksaro-hq — DO NOT EDIT.
 * 이 파일을 직접 고치면 다음 동기화 때 덮어써진다.
 * 값을 바꾸려면: yaksaro-hq/brand/DECISIONS.md 에 근거를 남기고 tokens.json 을 고칠 것.
 * 재생성: node scripts/sync-brand.mjs --write --only landing
 */

:root {
  --green: #0E6E54;
  --green-dark: #084B3A;
  --green-deep: #063D2F;
  --ink: #13261F;
  --lime: #D9F25C;
  --off: #FAFAF5;
  --white: #fff;
  --muted: #3D4A44;
  --faint: #70756B;
  --line: #E2E4DE;
  --inset: #F2F3EE;
  --blue: #4A8FCC;
  --red: #C9423F;
  --max: 1140px;
  --shadow-sm: 0 1px 3px rgba(19,38,31,.08),0 1px 2px rgba(19,38,31,.04);
  --shadow-lg: 0 8px 24px rgba(19,38,31,.10),0 4px 8px rgba(19,38,31,.04);
  --shadow-xl: 0 16px 48px rgba(19,38,31,.12),0 8px 16px rgba(19,38,31,.04);
  --green-50: #E3F2EB;
  --green-100: #B8DFD0;
  --green-900: #042E23;
  --blue-50: #EAF2FA;
  --blue-600: #3D79B3;
}
