/* tokens.css — Asia Garden */
:root {
  --color-accent:     #D4A017;   /* Gold */
  --color-accent-dk:  #B8880F;
  --color-bg:         #0D0D0D;   /* Fast Schwarz */
  --color-bg-soft:    #141414;   /* Etwas heller */
  --color-bg-card:    #1A1A1A;   /* Karten */
  --color-ink:        #F0EAD6;   /* Warmes Weiß */
  --color-muted:      #888880;
  --color-line:       #2A2A2A;
  --color-dark:       #000000;
  --color-on-dark:    #F0EAD6;
  --color-on-accent:  #0D0D0D;   /* Text auf Gold */

  --font-head: 'Noto Serif JP', 'Poppins', serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --font-cta:  'Poppins', 'Inter', sans-serif;

  --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: 5rem;

  --container-pad-mobile:  1rem;
  --container-pad-tablet:  1.5rem;
  --container-pad-desktop: 2rem;
  --max-content-width: 1140px;

  --text-xs:   0.75rem; --text-sm:   0.875rem; --text-base: 1rem;
  --text-lg:   1.125rem; --text-xl:  1.25rem; --text-2xl: 1.5rem;
  --text-3xl:  2rem; --text-4xl: 2.5rem; --text-5xl: 3.5rem;

  --transition: 0.2s ease;
}
