/* Typography configuration */
body, input, button, select, textarea {
  font-family: 'Inter', sans-serif !important;
  font-size: var(--font-body) !important;
  line-height: 1.5 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif !important;
  color: var(--rara-text) !important;
  font-weight: 700 !important;
  margin-top: 0 !important;
}
