/* Generated from config.ui.json:ui.tokens — DO NOT EDIT. */
:root {
  --font-sans: 'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --font-size-base: 13px;
}
html[data-theme="dark"] {
  --accent: 234 75 113;
  --accent-fg: 255 255 255;
  --accent-hover: 212 60 98;
  --accent-soft: 234 75 113 / .10;
  --ring: 234 75 113;
}
html[data-theme="light"] {
  --accent: 234 75 113;
  --accent-fg: 255 255 255;
  --accent-hover: 212 60 98;
  --accent-soft: 234 75 113 / .12;
  --light: 234 75 113;
}
