/*
 Theme Name: rikyu_tcd104 Child (TCD104)
 Theme URI: https://signcity-labo.com/
 Description: Child theme for TCD RIKYU (TCD104). Use this to safely customize design without editing the parent theme.
 Author: SignCity Labo
 Author URI: https://signcity-labo.com/
 Version: 1.0.0
 Text Domain: nj-rikyu-child

 # IMPORTANT:
 # The 'Template' value MUST match the *folder name* of your parent theme.
 # For RIKYU it is often 'tcd104', but if your parent theme folder is different (e.g. 'rikyu_tcd104'),
 # change the line below accordingly.
 Template: rikyu_tcd104
*/

/* Design tokens (edit freely) */
:root{
  --nj-color-primary: #0256AB;
  --nj-color-accent:  #221716;
  --nj-radius-lg: 16px;
  --nj-shadow-card: 0 8px 24px rgba(0,0,0,.08);
}

/* Minimal reset to ensure child styles can override */
body.nj-child-active{}


