/*
Theme Name: Tokyo Drop
Theme URI: https://tkydrop.com
Author: Tokyo Drop
Author URI: https://tkydrop.com
Description: Custom theme for Tokyo Drop — A Taste of Japan. Bold, vibrant, authentic.
Version: 7.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tokyo-drop
Tags: custom, full-width-template, responsive-layout
*/

/* ============================================================
   CSS CUSTOM PROPERTIES
   ============================================================ */
:root {
  --navy:       #0B2A8F;
  --navy-dark:  #060F3A;
  --navy-mid:   #0D1F6A;
  --pink:       #FF2478;
  --pink-light: #FF6BA8;
  --pink-pale:  #FFB3D0;
  --sky:        #4FC9E8;
  --sky-light:  #A8E6F5;
  --gold:       #FFD93D;
  --white:      #FFFFFF;
  --off-white:  #F8F4FF;
  --text-dark:  #0A0E2A;
  --text-muted: #5A6080;

  --radius-sm:  8px;
  --radius-md:  16px;
  --radius-lg:  24px;
  --radius-xl:  40px;

  --shadow-pink: 0 8px 40px rgba(255,36,120,0.35);
  --shadow-navy: 0 8px 40px rgba(11,42,143,0.3);
  --shadow-card: 0 4px 24px rgba(10,14,42,0.12);

  --transition: 0.3s cubic-bezier(0.4,0,0.2,1);
  --font-display: 'Bebas Neue', 'Impact', Arial Black, sans-serif;
  --font-body:    'Inter', 'Segoe UI', system-ui, sans-serif;
  --font-accent:  'Noto Sans JP', sans-serif;
}
