/*
Theme Name: Xiangwai Photography
Theme URI: https://xiangwai.studio
Author: Dazhi
Author URI: https://xiangwai.studio
Description: A bespoke WordPress theme for Xiangwai Photography Studio — crafting visual narratives beyond the ordinary.
Version: 1.0.0-beta
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: xiangwai
Tags: photography, portfolio, one-column, custom-colors, custom-logo, featured-images, full-width-template, theme-options
*/

/* ─── Design Tokens ─── */
:root {
  /* Colors */
  --color-ink: #1a1a2e;
  --color-paper: #f5f0eb;
  --color-sand: #e8dfd3;
  --color-gold: #c4a265;
  --color-river: #6b8fa3;
  --color-mountain: #4a5568;
  --color-smoke: #a0aec0;

  /* Typography */
  --font-serif-zh: "Noto Serif SC", "Songti SC", "SimSun", serif;
  --font-display: "Playfair Display", Georgia, serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  /* Spacing Scale */
  --space-xs: 0.25rem;
  --space-sm: 0.5rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 4rem;
  --space-4xl: 6rem;

  /* Transitions */
  --transition-fast: 150ms ease;
  --transition-base: 300ms ease;
  --transition-slow: 500ms ease;
}
