/* Jacobs, Coolidge & Company brand tokens.
   System fonts by design — JCC ships no self-hosted faces. */
:root {
  --brand-blue: #1b75bc;
  --brand-sky: #27aae1;
  --brand-orange: #f68c1f;
  --brand-gray-7: #75767a;
  --brand-gray-9: #6d6e71;
  --brand-ink: #183146;
  --brand-deep: #102435;
  --brand-navy: #0d1f2f;
  --brand-paper: #f4f7f9;
  --brand-card: rgba(255, 255, 255, 0.95);
  --brand-card-strong: rgba(255, 255, 255, 0.985);
  --brand-line: rgba(24, 49, 70, 0.12);
  --brand-line-strong: rgba(24, 49, 70, 0.22);
  --brand-success: #1f7a4d;
  --brand-success-bg: #e8f6ee;
  --brand-warn: #8a6a12;
  --brand-warn-bg: #fbf3d8;
  --shadow-soft: 0 1px 2px rgba(16, 36, 53, 0.06);
  --shadow-strong: 0 2px 6px rgba(8, 24, 38, 0.1);
  --radius-xl: 8px;
  --radius-lg: 6px;
  --radius-md: 4px;
  --radius-sm: 4px;
  --shell-width: 1180px;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --transition: 160ms var(--ease-out);
  --headline-font: Georgia, "Times New Roman", Times, serif;
  --body-font: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
