/*
  TrakPoints shared design tokens.
  The primary navy and orange are sampled from the supplied logo.
*/
:root {
  --primary: #0b2f6b;
  --primary-700: #08275a;
  --primary-900: #061a3f;
  --secondary: #ff6000;
  --secondary-600: #e85400;
  --accent: #0f9f8f;
  --success: #0f9f6e;
  --warning: #f59e0b;
  --danger: #dc2626;
  --white: #ffffff;
  --dark: #0f172a;
  --text: #334155;
  --muted: #64748b;
  --light: #f8fafc;
  --light-blue: #eef5ff;
  --soft-orange: #fff3ea;
  --border: #dbe4f0;
  --shadow-sm: 0 8px 22px rgba(15, 23, 42, 0.08);
  --shadow-md: 0 18px 46px rgba(15, 23, 42, 0.14);
  --shadow-lg: 0 28px 70px rgba(6, 26, 63, 0.22);
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 14px;
  --container: 1180px;
  --section-space: 96px;
  --font-main: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --transition: 180ms ease;
}
