  .material-symbols-outlined {
      font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  }

  .organic-bg {
      background: linear-gradient(135deg, #fff8f3 0%, #f5e6d3 100%);
  }

  .clay-shadow {
      box-shadow: 0 10px 30px -5px rgba(61, 40, 23, 0.08);
  }