:root {
  color-scheme: light;

  --bg: #ffffff;

  --card: rgba(255,255,255,.72);

  --text: #111111;

  --secondary: #666666;

  --border: #e5e5e5;

  --accent: #0070f3;

  --header-bg: rgba(255,255,255,.75);

  --hover-bg: #111111;

  --hover-text: #ffffff;

  --accent-glow: rgba(0,112,243,.15);

}