:root {
  --tc-terracotta: #a51f24;
  --tc-terracotta-deep: #731419;
  --tc-charcoal: #1c1917;
  --tc-mineral: #fafaf9;
  --tc-sand: #e8ddcf;
  --tc-muted: #625b56;
  --tc-border: #d8cec4;
  --tc-success: #276749;
  --tc-font-display: "Cormorant Garamond", Georgia, serif;
  --tc-font-body: "Montserrat", Arial, sans-serif;
  --tc-space-1: .25rem;
  --tc-space-2: .5rem;
  --tc-space-3: .75rem;
  --tc-space-4: 1rem;
  --tc-space-6: 1.5rem;
  --tc-space-8: 2rem;
  --tc-space-12: 3rem;
  --tc-space-16: 4rem;
  --tc-radius: .875rem;
  --tc-shadow: 0 1rem 3rem rgb(28 25 23 / .12);
  --tc-container: 90rem;
}
