/*
Theme Name: KonSepT Movement
Theme URI: https://iamkonsept.com
Author: Vaibhav Kumar
Description: Custom cinematic WordPress theme for the "I Am KonSepT" movement. Elementor-ready (Canvas / Full-Width). Pairs with the "KonSepT Motion" addon plugin, which supplies the smooth-scroll engine, preloader, pinned timeline, cursor and lightboxes. Build every section with DEFAULT Elementor widgets and add the km-* CSS classes documented in BUILD-GUIDE.md.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: konsept
*/

/* ============================================================
   DESIGN TOKENS  (edit here → cascades site-wide, incl. an EN version)
   ============================================================ */
:root{
  --km-black:#0D0D0D;
  --km-charcoal:#1A1A1A;
  --km-white:#FFFFFF;
  --km-gray:#D9D9D9;
  --km-gold:#C8A24A;
  --km-gold-dark:#9A7626;
  --km-gold-warm:#E2C36B;

  --km-font-serif:'Instrument Serif', Georgia, serif;
  --km-font-display:'League Spartan', Arial, sans-serif;
  --km-font-body:'Inter', system-ui, sans-serif;

  --km-ease:cubic-bezier(0.16,1,0.3,1);
}

/* ============================================================
   BASE  (component look + all motion styling live in the addon's
   konsept.css so effects survive even if the theme is swapped)
   ============================================================ */
html,body{
  margin:0;padding:0;
  background:var(--km-black);
  color:var(--km-white);
  font-family:var(--km-font-body);
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none;}
a:hover{color:var(--km-gold-warm);}
::selection{background:var(--km-gold);color:var(--km-black);}
img{max-width:100%;height:auto;}

/* Let Elementor own the full page; remove default content gutters */
#site-content{width:100%;}
