/*
 * portal.css
 * Portal-specific styles for build.cfhpe.org
 * Imports the CFHPE design system and extends it for admin portal use
 */

@import url('./main.css');

:root {
  /* Portal-specific status colors */
  --color-escalated: #ea580c;

  /* Proposal source colors */
  --color-source-pipeline: #3b82f6;
  --color-source-trusted: #8b5cf6;
}
