:root {
  --bg: #f4efe4;
  --bg2: #ffffff;
  --bg3: #eee8df;
  --surface: #ffffff;
  --border: rgba(17, 17, 17, 0.08);
  --border2: rgba(17, 17, 17, 0.16);
  --text: #111111;
  --text2: #55514c;
  --text3: #8a837a;
  --accent: #c1121f;
  --accent2: #e01b2f;
  --green: #237a4b;
  --font: "Inter", sans-serif;
  --font-serif: "PT Serif", serif;

  --radius-sm: 8px;
  --radius-md: 10px;
  --radius-lg: 12px;
  --radius-pill: 999px;
  --shadow-focus-accent: 0 0 0 3px rgba(193, 18, 31, 0.12);
}
