@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;800&display=swap");

:root {
  color-scheme: light;
  --brand-primary: #F59100;
  --brand-ink: #2C2C2C;
  --brand-muted: #4E5B59;
  --brand-bg: #EDF2F2;
  --brand-paper: #FFFFFF;
}

body {
  font-family: "Roboto", sans-serif;
  background: var(--brand-bg);
  color: var(--brand-ink);
}

a {
  color: var(--brand-primary);
}

.cl-inline-code,
code {
  border-radius: 6px;
}
