/* Resto Bel France — responsividade global */
html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overflow-x: hidden;
    max-width: 100%;
}

body {
    overflow-x: hidden;
    max-width: 100%;
    min-width: 0;
}

img, video, svg, iframe {
    max-width: 100%;
    height: auto;
}

canvas {
    max-width: 100%;
    height: unset;
}

table {
    max-width: 100%;
}

button, a, input, select, textarea {
    max-width: 100%;
}

input, select, textarea {
    font-size: 16px;
}

h1, h2, h3, p, span, a, label {
    overflow-wrap: break-word;
}

:focus-visible {
    outline: 2px solid #c4a574;
    outline-offset: 2px;
}

@media (max-width: 359px) {
    html { font-size: 15px; }
}

@media (min-width: 1440px) {
    html { font-size: 17px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }
}
