/*
<!--    подключение шрифта inter-->
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
*/

body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 120%;
    color: #222322;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

h1, h2, h3, p {
margin: 0;
}