:root {
  --color-background: #f5f3ef;
  --color-border: #e3e1dd;
  --color-text: #2d2323;
  --brown--brown-300: #4a3e3e;
  --sidebar-width: 300px;
  --header-height: 150px;
  --green-green-300: #008000;
}

body {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
