@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Noto+Serif+TC:wght@400;600;700&display=swap');

:root {
  --font-body: 'Manrope', 'Noto Sans TC', 'PingFang TC', sans-serif;
  --font-display: 'Noto Serif TC', 'PMingLiU', serif;

  --color-ink-950: #07111f;
  --color-ink-900: #0c2340;
  --color-ink-800: #163454;
  --color-ink-700: #1d466f;
  --color-slate-400: #7388a3;
  --color-slate-300: #97a8bf;
  --color-paper-100: #f5f7fb;
  --color-paper-50: #fbfcff;
  --color-gold-500: #c9a45a;
  --color-gold-400: #d4b16a;
  --color-gold-200: #eadcbb;
  --color-success: #0f766e;

  --shadow-soft: 0 18px 45px rgba(7, 17, 31, 0.11);
  --shadow-card: 0 12px 30px rgba(12, 35, 64, 0.1);

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4rem;

  --container-max: 1180px;
  --transition-fast: 160ms ease;
  --transition-mid: 280ms ease;
}
