.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.font-newsreader { font-family: 'Newsreader', serif; }
.font-manrope    { font-family: 'Manrope', sans-serif; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.editorial-shadow {
  box-shadow: 0 32px 64px -12px rgba(41, 23, 16, 0.06);
}

.btn-gradient {
  background: linear-gradient(135deg, #6f564d 0%, #8a6f64 100%);
}
