/* Copyright (C) 2026 Synaptics Incorporated */

:root {
  --photon:#0a5ce0;
  --blue1:#247dff;
  --blue2:#59a3fc;
  --blue3:#c5e3fc;
  --bg:#f7f9fc;
  --card:#ffffff;
  --text:#0f172a;
  --muted:#4b5563;
  --border:#e5e7eb;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  color: var(--text);
  background: var(--bg);
}
