@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700&display=swap');
:root {
  --primary:      #1a1a1a;
  --accent:       #c9a96e;
  --accent-light: rgba(201,169,110,0.12);
  --bg:           #f8f8f8;
  --header-bg:    #1a1a1a;
  --btn-text:     #ffffff;
  --border:       #e8e8e8;
  --font:         'Noto Sans KR', sans-serif;
  --logo-size:    22px;
  --font-size:    14px;
  --logo-spacing: 3px;
  --header-h:     64px;
  --max-w:        1200px;
  --card-w:       200px;
  --radius:       0px;
}
