/*
Theme Name: TechKyn Pastel Glass
Theme URI: https://techkyn.in/
Author: Perplexity
Description: Pastel liquid-glass WooCommerce theme for TechKyn inspired by modern soft glass UI, adapted for the Indian gadget market.
Version: 4.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: techkyn-liquid
*/

:root {
  --tk-bg: #eaf4ff;
  --tk-bg-2: #f7edff;
  --tk-bg-3: #e5fbf2;
  --tk-card: rgba(255,255,255,.42);
  --tk-card-strong: rgba(255,255,255,.56);
  --tk-border: rgba(255,255,255,.72);
  --tk-text: #1b1d35;
  --tk-muted: rgba(27,29,53,.62);
  --tk-blue: #0a84ff;
  --tk-cyan: #32ade6;
  --tk-purple: #bf5af2;
  --tk-pink: #ff4aa1;
  --tk-green: #30d158;
  --tk-orange: #ff9f0a;
  --tk-shadow: 0 16px 50px rgba(73,96,140,.13), inset 0 1px 0 rgba(255,255,255,.9);
  --tk-blur: 24px;
}
