/*
Theme Name: Bitwaves Child
Theme URI: https://bitwavesholdings.com
Description: Kadence child theme for Bitwaves Holdings.
Author: DazClawMain
Template: kadence
Version: 0.1.0
Text Domain: bitwaves-child
*/

:root {
  --bitwaves-navy: #0b2036;
  --bitwaves-navy-dark: #08162b;
  --bitwaves-teal: #1c7588;
  --bitwaves-surf: #5ab0b5;
  --bitwaves-grey: #f2f5f7;
}

body {
  font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #13263d;
  background-color: #fff;
}

.wp-block-button__link {
  border-radius: 6px;
  background-color: var(--bitwaves-navy);
  color: #fff;
  padding: 0.85rem 1.75rem;
  transition: background-color 0.2s ease;
}

.wp-block-button__link:hover {
  background-color: var(--bitwaves-navy-dark);
}

.bitwaves-stat-card p,
.bitwaves-pillar p,
.bitwaves-governance-list li {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}

.bitwaves-governance-list li + li {
  border-top: 1px solid rgba(11, 32, 54, 0.08);
  padding-top: 0.75rem;
  margin-top: 0.75rem;
}

@media (max-width: 782px) {
  .bitwaves-pillar {
    text-align: left;
  }
}
