/* Canonical button dimensions — SSOT
 * Source: index.html .btn-reg (full-width primary modal CTA)
 * Colour, background, hover, focus, layout (width/display) remain per-surface.
 */

.btn-primary {
  font-size: 15px;
  font-weight: 700;
  padding: 13px;
  border-radius: 8px;
  min-height: 50px;
  border: none;
  width: 100%;
  display: block;
  box-sizing: border-box;
}

.btn-secondary {
  font-size: 14px;
  font-weight: 600;
  padding: 11px;
  border-radius: 8px;
  min-height: 48px;
  border: 1px solid;
  box-sizing: border-box;
}

.btn-channel {
  font-size: 14px;
  font-weight: 600;
  padding: 11px;
  border-radius: 8px;
  min-height: 48px;
  border: 1px solid;
  box-sizing: border-box;
}
