<!--Базовый CSS для body-->
body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #434455;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.logo {
    width: 115px;
    height: 24px;
    display: flex;
    align-items: center;
    max-width: 100%;
    height: auto;
}

.header {
    width: 1440px;
    height: 72px;
    background-color: #ffffff;
    border-bottom: 1px solid #E7E9FC;
    display: flex;
    align-items: center;
}

.header nav ul {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 261px;
    height: 24px;
}










h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    color: #2E2F42;
}



p {
    font-family: "Roboto", "Open Sans", sans-serif;
}
