/*
 * Mondial Turismo / VeloTur
 * Arquivo base para /assets/css/app.css
 * Mantém apenas normalizações seguras; as telas VeloTur possuem estilos próprios embutidos.
 */
:root {
  color-scheme: light;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

html {
  box-sizing: border-box;
  min-height: 100%;
}

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

body {
  margin: 0;
  min-height: 100vh;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

[hidden] {
  display: none !important;
}
