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

:root {
  --primary: #3b82f6;
  --secondary: #6b7280;
}

body {
  font-family: 'Inter', sans-serif;
}

.feature-card:hover {
  transform: translateY(-5px);
  transition: all 0.3s ease;
}

.hero-gradient {
  background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
}

.btn-primary {
  background-color: var(--primary);
}

.btn-primary:hover {
  background-color: #2563eb;
}

.custom-shape-divider-bottom-1677697472 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1677697472 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 64px;
}

.custom-shape-divider-bottom-1677697472 .shape-fill {
  fill: #FFFFFF;
}