/*
Theme Name: CardsRefill
Theme URI: https://cardsrefill.com
Description: Trust infrastructure for gift cards — compare, sellers, scams, local directory.
Version: 3.0.0
Author: CardsRefill
Text Domain: cardsrefill
Requires at least: 6.0
Requires PHP: 7.4
*/

/* Design tokens — Figma-equivalent system */
:root {
  --cr-purple-900: #2d1155;
  --cr-purple-700: #4a1d96;
  --cr-purple-500: #6b2dbd;
  --cr-purple-100: #f3ecff;
  --cr-yellow-500: #ffc107;
  --cr-yellow-400: #ffd54f;
  --cr-gray-50: #f9fafb;
  --cr-gray-100: #f3f4f6;
  --cr-gray-200: #e5e7eb;
  --cr-gray-500: #6b7280;
  --cr-gray-800: #1f2937;
  --cr-white: #ffffff;
  --cr-green: #10b981;
  --cr-orange: #f59e0b;
  --cr-red: #ef4444;
  --cr-font: "Inter", system-ui, -apple-system, sans-serif;
  --cr-radius: 12px;
  --cr-radius-lg: 16px;
  --cr-shadow: 0 4px 20px rgba(45, 17, 85, 0.08);
  --cr-shadow-hover: 0 8px 30px rgba(45, 17, 85, 0.14);
  --cr-container: 1200px;
  --cr-header-h: 72px;
  --bp-sm: 639px;
  --bp-md: 767px;
  --bp-lg: 1023px;
  --bp-xl: 1200px;
  --cr-touch-min: 44px;
}
