/* Landing page utility styles for Coutellerie des Domes */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

.hero-gradient {
  background: linear-gradient(135deg, #00639d 0%, #3da9fc 100%);
}

.paper-texture {
  background-color: #fcf9f8;
  background-image:
    linear-gradient(rgba(252, 249, 248, 0.9), rgba(252, 249, 248, 0.9)),
    url(https://lh3.googleusercontent.com/aida-public/AB6AXuAkcwr66FmzJjT2ZFRBpAdvYGl1pHONQBqGsQyga7CHTfnxZDowXx4iwhECij8QUfe9h_U-1mvo5OV9EOFNAsy9VQX-yV8dTTkzCfo8to4F6enGSv7B5UIDrPWNyz4py69bhfeACQZeUoxQ3qhIj9LnfDlo-gzznKRwAsCJoRwBUlI1IZ0LcpR26ZrE3Au-sLdiatZWJ9J4BOkPuNASb11SuCksuEqlgQqAximkOxOcACUtY5AYHHdpkGO6xFZka18ndbw6BHY6cFEx);
  background-position: center;
  background-size: cover;
}

.steel-texture {
  background-image: radial-gradient(circle at 2px 2px, rgba(0, 0, 0, 0.05) 1px, transparent 0);
  background-size: 24px 24px;
}

.wp-site-blocks {
  padding-top: 0 !important;
}

.coutellerie-logo-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.coutellerie-logo-link img {
  display: block;
  height: 2.5rem;
  width: auto;
  max-width: 220px;
  object-fit: contain;
}
