:root {
  --brand-primary: #0b2235;
  --brand-accent: #e9a23b;
  --brand-soft: #eef5f7;
  --ink: #13212b;
  --muted: #687782;
  --surface: #ffffff;
  --surface-alt: #f5f7f8;
  --line: #dce3e7;
  --success: #167c5a;
  --danger: #b83d45;
  --warning: #9a6200;
  --radius-sm: .65rem;
  --radius: 1rem;
  --radius-lg: 1.5rem;
  --shadow: 0 18px 55px rgba(7, 21, 33, .1);
  --container: 1180px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
