:where(.le-parfum) *,
:where(.le-parfum) *::before,
:where(.le-parfum) *::after {
  box-sizing: border-box;
}

:where(.le-parfum) h1,
:where(.le-parfum) h2,
:where(.le-parfum) h3,
:where(.le-parfum) h4,
:where(.le-parfum) h5,
:where(.le-parfum) h6,
:where(.le-parfum) p,
:where(.le-parfum) blockquote,
:where(.le-parfum) figure {
  margin: 0;
  font-weight: 400;
  color: unset;
  text-transform: unset;
  font-family: unset;
}

:where(.le-parfum) a {
  text-decoration: none;
  color: unset;
  font-family: var(--ROBOTO-FONT);
}

:where(.le-parfum) ul,
:where(.le-parfum) ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

:where(.le-parfum) img {
  display: block;
}

:where(.le-parfum) button:not(.c-button) {
  border: none;
  cursor: pointer;
}

:where(.le-parfum) button,
:where(.le-parfum) input,
:where(.le-parfum) textarea,
:where(.le-parfum) select {
  font: inherit;
}

:where(.le-parfum) table {
  border-collapse: collapse;
  border-spacing: 0;
}