/* Riverbank Exchange: navy and teal. */
:root {
  --brand: #12355b;
  --brand-contrast: #ffffff;
  --brand-soft: #e3ecf6;
  --accent: #14a39a;
  --accent-contrast: #ffffff;
  --bg: #f2f5f9;
  --surface: #ffffff;
  --surface-2: #f6f8fb;
  --text: #0f1d2e;
  --muted: #5b6b7f;
  --border: #dbe3ee;
  --navy-900: #0b1f3a;
  --navy-800: #102a4c;
  --teal-300: #7fe0d6;
  --teal-600: #0e8a82;
  --up: #0e8a64;
  --down: #c2412d;
  --radius: 14px;
  --font-heading: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-body: var(--font-heading);
}
