/* 01-settings/_borders.css — stroke weights. */
:root {
  --stroke:      1px;
  --stroke-edge: 4px;  /* the sawn edge on c-card */
  --stroke-tab:  2px;  /* active underline in c-resource-strip */
}
