/* Light Theme */
:root {
  --bg:          #e4e5e7;
  --bg-1:        #f4f4f1;
  --bg-2:        #d7d9dc;
  --text:        #101112;
  --muted:       #545a60;
  --border:      #b8bcc1;
  --muted-strong:#101112;
  --accent:      #ff5b35;
  --accent-fg:   #ffffff;
  --font-sans:   Inter, "Helvetica Neue", Arial, sans-serif;
  --font-mono:   Inter, "Helvetica Neue", Arial, sans-serif;
  --radius:      0;
  --shadow-1:    none;
  --shadow-2:    none;
}
