/*
Theme Name: Ohveda
Theme URI: https://ohveda.com
Author: Ohveda Innovations LLP
Author URI: https://ohveda.com
Description: Official Ohveda Innovations LLP WordPress theme. Enterprise AI & Cloud transformation company website with full Customizer support, animated sections, and 7 page templates.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: Proprietary
License URI: https://ohveda.com
Text Domain: ohveda
Tags: business, corporate, ai, technology, one-page, customizer, full-site-editing
*/

/* ── Theme variables injected by Customizer via wp_head ── */
:root {
  --purple: #7C3AED;
  --purple-dark: #5B21B6;
  --purple-light: #EDE9FE;
  --purple-mid: #C4B5FD;
  --purple-dim: rgba(124,58,237,0.07);
  --purple-dim2: rgba(124,58,237,0.14);
  --white: #FFFFFF;
  --bg: #F7F7FB;
  --bg2: #EDEDF5;
  --surface: #FFFFFF;
  --border: #E4E4EF;
  --border2: #CECEDE;
  --text: #0C0C0F;
  --text2: #3A3A4A;
  --muted: #6B6B80;
  --muted2: #9999AA;
  --green: oklch(0.6 0.15 150);
  --font-head: 'Space Grotesk', sans-serif;
  --font-body: 'Inter', sans-serif;
  --radius: 16px;
  --radius-sm: 10px;
  --radius-xs: 7px;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.05);
  --shadow: 0 4px 16px rgba(0,0,0,0.07);
  --shadow-lg: 0 16px 48px rgba(0,0,0,0.1);
  --shadow-xl: 0 24px 64px rgba(0,0,0,0.13);
}
