/* Mezura Funding Portal - design tokens.
 * Identical palette to the Mezura EPC Portal dark operational pages.
 * Do not introduce new colours, fonts, or button styles. */

:root {
  /* Brand */
  --green: #1EE600;   /* primary / accent */
  --navy: #2A3450;    /* dark blue */
  --bg: #0a0c12;      /* deep dark page background */
  --panel: #0f1422;   /* panel */
  --border: #1c2333;  /* borders */

  /* Supporting neutrals (carried over verbatim from EPC dark pages) */
  --text: #E5E7EB;
  --text-muted: #a8b2c8;
  --white: #ffffff;

  /* Status colours (carried over verbatim from EPC dark pages) */
  --ok: #22c55e;
  --warn: #f59e0b;
  --alert: #ef4444;
  --info: #3b82f6;

  /* Green hover/active shades derived from --green */
  --green-hover: #1ac900;
  --green-dim: rgba(30, 230, 0, 0.10);
  --green-border: rgba(30, 230, 0, 0.30);

  /* Fonts */
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-head: 'Rajdhani', 'Inter', sans-serif;
}
