:root {
  --font-acumin: "acumin-pro", sans-serif;
  --font-acumin-cond: "acumin-pro-condensed", sans-serif;
  --wri-yellow: #f0ab00;
  --wri-black: #000000;
  --wri-brown: #a35424;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: var(--font-acumin);
  color: #4a4a4a;
  background-color: #f8f9fa;
}

h1 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
}

h2 {
  font-family: var(--font-acumin-cond);
  font-size: 23px;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.1;
}

.description {
  font-size: 16px;
  line-height: 1.625;
}

.btn-lbl {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  border: 1px solid #4a4a4a;
  border-radius: 3px;
  min-width: 170px;
  font-weight: 700;
  padding: 13px 20px;
}

.legend {
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
}

.chart-value {
  font-size: 12px;
  line-height: 1.2;
}

p {
  font-size: 18px;
  line-height: 1.77;
  font-weight: 300;
}

blockquote {
  font-size: 22px;
  line-height: 1.45;
  font-weight: 300;
  letter-spacing: -1px;
  padding: 20px 0 44px 15%;
}

blockquote cite {
  text-align: right;
  font-size: 16px;
}

blockquote cite strong {
  display: block;
  font-weight: 700;
}

/* Override Tailwind base font */
.font-sans {
  font-family: var(--font-acumin) !important;
}

/* Sidebar styles */
.sidebar-item.active {
  background-color: rgba(255, 255, 255, 0.1);
  font-weight: 500;
}

.sidebar-item:hover:not(.active) {
  background-color: rgba(255, 255, 255, 0.1);
}

/* Scrollbar styles */
.custom-scroll::-webkit-scrollbar {
  width: 8px;
}

.custom-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
}

.custom-scroll {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.4) transparent;
}

/* Tab styles */
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tab-button.active {
  background-color: #3b82f6;
  color: white;
}

/* Map styles */
#map {
  height: 500px;
  width: 100%;
  border-radius: 0.75rem;
  z-index: 1;
}

.map-container {
  position: relative;
}

.map-overlay {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
  background: white;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.legend {
  padding: 6px 8px;
  font-size: 12px;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  line-height: 18px;
}

.legend i {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 8px;
  opacity: 0.7;
}

[x-cloak] {
  display: none !important;
}

.menu-collapse {
  transition: all 0.3s ease;
}

.menu-collapse.collapsed .submenu {
  display: none;
}
