:root {
  /* Brand */
  --green-900: #3e5235;
  --green-800: #165440;
  --green-500: #75a378;

  /* --bordeaux-900:#86110E; */
  --bordeaux-900: #a6452d;
  --terra-700: #ad5424;
  --amber-600: #cc7429;

  /* Neutrals */
  --bg: #f4f1ec;
  --bg-2: #efeae3;
  --surface: #ffffff;
  --ink: #1f1f1f;
  --muted: #5e5e5e;
  --hair: rgba(0, 0, 0, 0.1);

  /* Layout */
  --container: 1120px;
  --gutter: 18px;
  --r-lg: 18px;
  --r-xl: 24px;

  /* Type */
  --sans:
    "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --serif:
    "Playfair Display", ui-serif, Georgia, "Times New Roman", Times, serif;
}
