@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap');

body { font-family: 'DM Sans', ui-sans-serif, system-ui, sans-serif; color: #0f172a; }

tr[data-href] { cursor: pointer; }
tr[data-href]:hover { background-color: #f8fafc; }
tr[data-href]:focus,
tr[data-href]:focus-visible {
  outline: 2px solid #0f766e;
  outline-offset: -2px;
  background-color: #f0fdfa;
}

thead tr { background-color: #f0fdfa; color: #115e59; }
