:root {
  --ink-900: #1d1d1b;
  --ink-800: #2b3034;
  --slate-500: #474f55;
  --gray-600: #5a6066;
  --gray-500: #8b969e;
  --line-warm: #efebe8;
  --white: #ffffff;
  --cream-50: #fbfaf4;
  --cream-100: #f8f5ed;
  --cream-200: #efebe8;
  --yellow-300: #fce9a6;
  --yellow-400: #fbdf7a;
  --yellow-500: #ecd45f;
  --sage-100: #eef6f1;
  --sage-200: #d7e7df;
  --sage-400: #9ac0ac;
  --sage-500: #5e8a7b;
  --text-inverse: var(--white);
  --action-taupe: #a39c8e;
  --action-taupe-hover: #948d7e;
  --font-serif: "RocaOneBlack", "RocaOneBold", "RocaOne", Georgia, "Times New Roman", serif;
  --font-sans: "Garet-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --radius-sm: 8px;
  --radius-lg: 16px;
  --radius-xl: 22px;
  --radius-pill: 999px;
  --shadow-sm: 0 2px 8px rgba(43, 48, 52, 0.08);
  --shadow-md: 0 10px 30px rgba(43, 48, 52, 0.08);
}
