@import url("/home/_assets/base.css");

:root {
  --bg: #fbfbfa;
  --panel: #ffffff;
  --ink: #111111;
  --muted: #5d5d5d;
  --line: #dedede;
  --accent: #111111;
  --accent-2: #111111;
  --surface: #f1f1f1;
  --shadow: 0 18px 40px rgba(17, 17, 17, 0.1);
}

body {
  font-family: Georgia, "Times New Roman", serif;
}
