/* v1 deviations from design/colors_and_type.css.
 *
 *  Imported by each app *after* design/colors_and_type.css so it overrides.
 *  Keep this file small — anything that grows here should move into the
 *  design system itself.
 */

:root {
  /* Fully-square corners. Truly circular elements (FAB, avatars) use an
     explicit `border-radius: 9999px` on the element itself. */
  --r-1: 0;
  --r-2: 0;
  --r-3: 0;
  --r-4: 0;
  --r-5: 0;
  --r-6: 0;
  /* --r-pill stays 999px so genuine pill-shaped chips/FABs still work. */
}
