/*
Theme Name: Itasha Core
Author: Zack
Description: A self-built WordPress theme for an itasha content portal and merchandise shop. Light, photo-first layout inspired by Liberty Walk, with a restrained sakura-pink accent.
Version: 1.2.0
Text Domain: itasha-core
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* =========================================================
   Design Tokens — light, photo-first (Liberty Walk feel)
   ========================================================= */
:root {
  /* Accent (sakura pink) — used sparingly */
  --sakura-300: #ffa3c8;
  --sakura-400: #ff7fb0;
  --sakura-500: #f55f9a;
  --sakura-600: #e23d80;

  /* Surfaces */
  --bg:        #ffffff;
  --bg-soft:   #f4f4f5;   /* light gray bands / cards */
  --bg-dark:   #0c0c0d;   /* dark footer / contrast bands */
  --line:      #e6e6e8;
  --line-dark: rgba(255,255,255,.14);

  /* Text */
  --fg:      #111113;
  --fg-dim:  #4a4a4f;
  --fg-mute: #8a8a90;
  --on-dark: #f5f5f7;
  --white:   #ffffff;

  /* Typography */
  --font-sans:    "Inter", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-display: "Anton", "Oswald", "Inter", sans-serif;

  /* Shape */
  --radius:   2px;
  --shadow:   0 14px 40px rgba(0,0,0,.10);

  --container: 1360px;
  --gutter: 28px;
}

/* Global styles live in assets/css/main.css. This file carries the theme header + tokens. */
