:root {
  --page-bg: #f0f0f0;
  --box-bg: #ffffff;
  --text-color: #e13e2e;
  --muted-color: #666666;
  --link-color: #e13e2f;
  --brand-primary: #e13e2f;
  --brand-primary-text: #ffffff;
  --brand-accent: #e13e2e;
  --border-color: #e5e5e5;
  --input-border: #cccccc;
  --brand-secondary: #f1f5f9;
  --text-muted: #666666;
  --header-logo-height: 70px;
  --login-logo-height: 60px;
  --radius: 10px;
}
