/* Work Radar — shared styles */

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

/* Formspree state management */
[data-fs-success] { display: none; }
[data-fs-error]   { display: none; }

/* Italic accent on headline emphasis */
.headline-accent {
  font-style: italic;
  color: #2563eb;
  text-decoration: underline;
  text-decoration-style: wavy;
  text-underline-offset: 4px;
  text-decoration-color: #93c5fd;
}

/* Comparison table */
.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.compare-table th,
.compare-table td {
  padding: 0.625rem 1rem;
  text-align: left;
  border-bottom: 1px solid #e2e8f0;
}
.compare-table th {
  font-weight: 600;
  background: #f8fafc;
  color: #475569;
}
.compare-table td:first-child {
  color: #94a3b8;
}
.compare-table td:last-child {
  color: #1e40af;
  font-weight: 500;
}
