/* @import url("./common.css"); */
body {
    font-family: 'Roboto', sans-serif;
    color: #434455;
    background-color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
}

a {
    text-decoration: none;
    color: currentColor;
}

ol,
ul {
    list-style-type: none;
}

button {
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
}

address {
    font-style: normal;
}

.section-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.11;
    letter-spacing: 0.02em;
    text-align: center;
    color: #2e2f42;
    text-transform: capitalize;
}

.logo {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 117%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #4d5ae5;
}

.logo-accent-dark {
    color: #2e2f42;
}

.logo-accent-light {
    color: #f4f4fd;
}
/* @import url("./header.css"); */
.navigation-link {
    color: #2e2f42;
    font-weight: 500;
}

.navigation-link:hover,
.navigation-link:focus {
    color: #404bbf;
}

.contacts-link:hover,
.contacts-link:focus {
    color: #404bbf;
}
/* @import url("./hero.css"); */
.hero {
    background-color: #2e2f42;
}

.hero-title {
    font-weight: 700;
    font-size: 56px;
    line-height: 1.07;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.02em;
}

.hero-button {
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #fff;
    background: #4d5ae5;
}

.hero-button:hover,
.hero-button:focus {
    background: #404BBF;
}
/* @import url("./principles.css"); */
.principles-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #2e2f42;
    letter-spacing: 0.02em;
}
/* @import url("./team.css"); */
.team {
    background: #f4f4fd;
}

.team-item {
    background-color: #ffffff;
}

.team-name {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-align: center;
    color: #2e2f42;
}

.team-role {
    text-align: center;
}
/* @import url("./portfolio.css"); */
.portfolio-name {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #2e2f42;
}
/* @import url("./footer.css"); */
.footer {
    background-color: #2e2f42;
}

.footer-text {
    color: #f4f4fd;
}