/* /portal/css/variables.css */
:root {
  --primary: #002249;
  --accent: #f4be38;
  --accent-hover: #e0ab2b;
  --bg-light: #f8fafc;
  --border: #e2e8f0;
  --text-dark: #0f172a;
  --text-muted: #64748b;
  --secondary: #5b4b8a;
  --secondary-hover: #493a70;
  --secondary-light: #ece7f6;
  --font-main: 'Inter', sans-serif;
}
