:root {
  --lpx-content-text-rgb: 18,18,18;
  --lpx-content-bg-rgb: 245,245,247;
  --lpx-primary-rgb: 18,18,18;
  --lpx-secondary-rgb: 87,68,19;
  --lpx-brand-rgb: 87,68,19;
  --lpx-success-rgb: 79,191,103;
  --lpx-info-rgb: 67,138,167;
  --lpx-warning-rgb: 255,159,56;
  --lpx-danger-rgb: 192,13,73;
  --lpx-light-rgb: 238,238,238;
  --lpx-dark-rgb: 22,22,22;
  --lpx-navbar-color-rgb: 22,22,22;
  --lpx-navbar-text-color-rgb: 145,152,165;
  --lpx-navbar-active-text-color-rgb: 255,255,255;
  --lpx-text-white-rgb: 255,255,255;
  --lpx-logo-reverse: var(--logo-reverse);
  --lpx-primary: #121212;
  --lpx-secondary: #deae30;
  --lpx-success: #4fbf67;
  --lpx-info: #438aa7;
  --lpx-warning: #ff9f38;
  --lpx-danger: #c00d49;
  --lpx-brand: #deae30;
  --lpx-brand-text: #fff;
  --lpx-container-active-text: #fff;
  --lpx-text-white: #fff;
  --lpx-radius: 0.5rem;
  --lpx-logo: url("/images/logo/icon.png");
  --lpx-logo-icon: url("/images/logo/icon.png");
  --lpx-light: #eeeeee;
  --lpx-dark: #161616;
  --lpx-breadcrumb-text-color: #686b6e;
  --lpx-breadcrumb-active-text-color: #595c5f;
  --lpx-navbar-color: #161616;
  --lpx-navbar-text-color: #9198a5;
  --lpx-navbar-active-text-color: #fff;
  --lpx-navbar-active-bg-color: #222;
  --lpx-card-bg: #ffffff;
  --lpx-card-title-text-color: #161616;
  --lpx-content-bg: #f5f5f7;
  --lpx-content-text: #686b6e;
  --lpx-border-color: #e7e9ec;
  --lpx-shadow: 0 0 20px 0 rgba(76, 87, 125, 0.02);
}
