/* ==========================================================================
   Atlantic Boat Market - Light reset
   --------------------------------------------------------------------------
   Reset volontairement minimal, compatible Bootstrap et charge avant les CSS
   existants afin de ne pas reprendre la priorite visuelle.
   ========================================================================== */

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
picture,
svg,
video,
canvas {
  max-width: 100%;
}

img,
picture,
video,
canvas {
  height: auto;
}

a {
  text-underline-offset: 0.18em;
}

:focus-visible {
  outline: 2px solid var(--abm-color-amber);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto;
    transition-duration: 0.01ms;
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
  }
}
