/* 강릉커피스탬프 랜딩 — 모바일 최적 */
:root {
  --brand: #ec6d56;
  --brand-green: #2f8463;
  --text: #3f3a3b;
  --page-bg: #e8e4e1;
  /* 원본 아트보드 콘텐츠 폭 1080 기준, 화면은 360~480 스케일 */
  --design-w: 1080;
  --design-max: 480px;
  --font: "Wanted Sans", "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR",
    system-ui, sans-serif;
  --touch-min: 44px;
  --safe-b: env(safe-area-inset-bottom, 0px);
  --safe-t: env(safe-area-inset-top, 0px);
}
