/* portal-brand-portfolio.css — brand tokens for ملف الإنجاز (portfolio). Loaded AFTER portal-shell.css. */
:root {
  --brand-primary: #D46E2A;
  --brand-primary-rgb: 212,110,42;
  --brand-primary-hover: #B85B21;
  --brand-primary-tint: rgba(212,110,42,.10);
  --brand-logo-tint: #D46E2A;
}

/* Licence shares the front-portfolio layout — a body class flips the tokens to warm gold. */
body.portal-licence {
  --brand-primary: #C7A15A;
  --brand-primary-rgb: 199,161,90;
  --brand-primary-hover: #A6864A;
  --brand-primary-tint: rgba(199,161,90,.12);
  --brand-logo-tint: #C7A15A;
}
