
html {
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility !important;
}

body {
    color: #333;
    font-family: Arial, sans-serif;
    margin: 0;
    min-height: 460px;
    padding: 0;
    line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, sans-serif;
    font-weight: bold;
    margin: 0;
    letter-spacing: -0.02em;
}

p {
    margin: 0;
}

h1 {
    font-size: 48px;
    line-height: 57px;
}

