/*
Theme Name: Kindred
Theme URI: https://ihematrading.com
Author: IHEMA LOGISTICS Ltd
Author URI: https://ihematrading.com
Description: Custom theme for IHEMA LOGISTICS Ltd dropshipping store. Replicates the original Tailwind design — dark navy primary, green accent, Inter + Hanken Grotesk fonts.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: kindred
Tags: e-commerce, custom-colors, custom-menu, translation-ready
*/

:root {
  --primary: #000b28;
  --primary-container: #0d2149;
  --secondary: #006e0d;
  --secondary-fixed: #90fb81;
  --tertiary-fixed-dim: #ffb95a;
  --tertiary-container: #160a00;
  --surface: #faf8ff;
  --surface-container: #e9edff;
  --surface-container-low: #f1f3ff;
  --outline-variant: #c5c6d0;
  --on-surface: #151b29;
  --on-surface-variant: #44464e;
  --on-primary: #ffffff;
  --on-tertiary-container: #bf7b00;
  --on-secondary: #ffffff;
  --on-primary-container: #7889b7;
  --font-headline: "Hanken Grotesk", sans-serif;
  --font-body: "Inter", sans-serif;
}
