.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  display: inline-block;
  line-height: 1;
}

.material-symbols-filled {
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.pawkarma-auth-page {
  font-family: 'Manrope', sans-serif;
  -webkit-font-smoothing: antialiased;
}

.editorial-shadow {
  box-shadow: 0 32px 64px -12px rgba(20, 29, 35, 0.06);
}

.btn-gradient {
  background: linear-gradient(135deg, #3e6a00 0%, #79b433 100%);
}
