/* BEGIN HACADO BRAND */
:root {
  --hcd-color-primary: #009193;
  --hcd-color-primary-dark: #003f40;
  --hcd-color-primary-light: #caf0f8;
  --hcd-color-secondary: #03045e;
  --hcd-color-accent: #fbb02d;
  --hcd-color-accent-hover: #e39a16;
  --hcd-color-text: #0b1b4d;
  --hcd-color-text-muted: #5a6b93;
  --hcd-color-text-light: #97a4c4;
  --hcd-color-text-inverse: #ffffff;
  --hcd-color-link: #023eba;
  --hcd-color-link-hover: #03045e;
  --hcd-color-bg: #ffffff;
  --hcd-color-bg-soft: #eaf7fc;
  --hcd-color-surface: #ffffff;
  --hcd-color-bg-dark: #006f71;
  --hcd-color-border: #d5e6f5;
  --hcd-color-border-active: #00b4d8;
  --hcd-color-success: #10b981;
  --hcd-color-warning: #f59e0b;
  --hcd-color-danger: #e5484d;
  --hcd-color-info: #00b4d8;
  --hcd-color-rating: #fbb02d;
  --hcd-color-price: #e5484d;
  --hcd-color-old-price: #97a4c4;
  --hcd-color-sale-badge: #fb6d3a;
}
/* END HACADO BRAND */

