/* ===== БАЗОВЫЕ СТИЛИ ===== */
html,
body {
    height: 100%;

    margin: 0;

    background: #f5f6f8;

    font-family: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    color: #222;

    overflow: hidden;
}
