/* Минимальный сброс. Дизайн будет собран отдельно. */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    line-height: 1.5;
    color: #111;
    background: #fff;
}
img, svg { display: block; max-width: 100%; }
button, input { font: inherit; }
a { color: inherit; }
