@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Poppins:wght@400;500;600;700;800&display=swap');
:root{
  --hc-primary:#2563EB;
  --hc-primary-dark:#1E4CC4;
  --hc-accent:#FF6A2B;
  --hc-dark:#0B1A33;
  --hc-price:#2563EB;
  --hc-buy-bg:#2563EB;
  --hc-buy-text:#FFFFFF;
  --hc-btn-light-color:#ffffff;
  --hc-footer-bg:#0B1A33;
  --hc-bg:#FFFFFF;
  --hc-surface:#FFFFFF;
  --hc-surface-2:#EFF4FC;
  --hc-text:#0E1B2E;
  --hc-text-soft:#46566B;
  --hc-text-faint:#93A2B8;
  --hc-border:#E1E9F4;
  --hc-muted:#ffffff;
  --hc-radius:22px;
  --hc-radius-card:18px;
  --hc-radius-img:14px;
  --hc-radius-btn:40px;
  --hc-mega-radius:16px;
  --hc-maxw:1320px;
  --hc-font:'Inter',sans-serif;
  --hc-font-head:'Poppins',sans-serif;
}
