/* =========================================================================
   USX Cyber — CMMC Assured  ·  Design Tokens
   Palette carried over from the USX Cyber SPRS Calculator build so the new
   product matches existing USX Cyber branding. Drop the official logo into
   src/assets/ and confirm exact brand hex before launch.
   ========================================================================= */
:root {
  /* Brand — USX Cyber navy */
  --color-brand:        #1e3a5f;
  --color-brand-strong: #152a47;
  --color-brand-deep:   #0f2238;

  /* Accent — USX Cyber teal */
  --color-accent:        #2eb89a;
  --color-accent-strong: #22a084;
  --color-accent-soft:   #e0f5ef;

  /* Neutrals / surface */
  --color-bg:        #f4f6f8;
  --color-bg-soft:   #eef2f5;
  --color-bg-panel:  #ffffff;
  --color-surface:   #ffffff;

  /* Ink */
  --color-ink:       #1a2332;
  --color-ink-2:     #2a3a4d;
  --color-ink-muted: #5b6d80;

  /* Lines */
  --color-line:        #dfe6ec;
  --color-line-strong: #c2cbd6;

  /* Status */
  --color-success: #2d7a4f;  --color-success-soft: #e2efe6;
  --color-warn:    #9a6a15;  --color-warn-soft:    #f7ecd1;
  --color-danger:  #a43333;  --color-danger-soft:  #f3dedc;
  --color-focus:   #2eb89a;

  /* Type + shape */
  --font-sans: "Segoe UI", system-ui, -apple-system, Roboto, Helvetica, Arial, sans-serif;
  --radius:    10px;
  --radius-sm: 6px;
  --shadow:    0 1px 2px rgba(15,34,56,.06), 0 4px 12px rgba(15,34,56,.06);
  --space:     16px;
}
