@import url('https://fonts.googleapis.com/css2?family=Smooch+Sans:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Artifika&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* @font-face {
  font-family: 'Poppins';
  src: url('/assets/fonts/Poppins-Light.ttf.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */

@layer utilities {
  .text-gold {
    background: linear-gradient(90deg, #FFD700, #FFA500, #FFD700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .text-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }
}

body {
  font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}
/* body {
  font-family: 'Poppins', Arial, sans-serif;
} */

.text-artifika {
  font-family: 'Artifika';
}

header a {
  font-family: "Smooch Sans", sans-serif;
  font-weight: 600;
}

h1,
h2,
h3 {
  font-family: "Smooch Sans", sans-serif;
  font-weight: 600;
}

header a {
  font-size: 150px;
}

/* styles.css ou dans <style> */
*,
.scrollbar-hide {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}

.text-outline {
  /* color: white; */
  -webkit-text-stroke: .5px black;
  /* Pour Safari et Chrome */
  text-stroke: .5px black;
}

dialog:not([open]) {
  display: none;
}

.viewer {
  overflow: auto;
  touch-action: pinch-zoom;
  -ms-touch-action: pinch-zoom;
}

#zoomedImage {
  width: auto;
  height: auto;
  transform-origin: center center;
  transition: transform 0.2s ease;
}

#tarteaucitronIcon{
  z-index: 10 !important;

}

.line-break-space {
  display: block;
  height: .5rem;
  /* ajuste la hauteur selon ton besoin */
  content: "";
}