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;
}

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

.logo-primary {
    color: #2e2f42;
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 1.07;
    letter-spacing: 1.12px;
    color: #ffffff;
    text-align: center;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.11;
    letter-spacing: 0.02em;
    color: #2e2f42;
    text-align: center;
    text-transform: capitalize
}

h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #2e2f42;
}



/* header styles */
.menu-link {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.32px;
    color: #2e2f42;
    text-decoration: none;
}
.menu-link:hover,
.menu-link:focus {
    color: #404BBF;
}
.logo {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 1.17;
    letter-spacing: 0.54px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #4d5ae5;
    text-decoration: none;
}
.logo-primary {
    color: #2e2f42;
}
.contact-link {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.32px;
    color: #434455;
    text-decoration: none;
}
.contact-link:hover,
.contact-link:focus {
    color: #404BBF;
}
address.contact-info {
    font-style: normal;
}
/* header styles end */

/* hero section styles */
.hero {background-color: #2e2f42;
    h1 {inherits: h1;
    }
}
    button {
        background-color: #4d5ae5;
        cursor: pointer;
        color: white;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        }
    button:hover,
    button:focus {
        background-color: #404BBF;
    }
    /* hero section styles end */

/* 2 section styles */
.studio {
    h3 {inherits: h3;}
    ul li {
        p {
            inherits: body;
        }
    }
}
/* 2 section styles end */

/* 3 section styles */
.team {
    background-color: #F4F4FD;
    h2 {inherits: h2;}
    p {inherits: body;} 
}
.team-member {background-color: #ffffff;}
/* 3 section styles end */

/* 4 section styles */
.portfolio {
    h2 {inherits: h2;}
    ul li {
        h3 {inherits: h3;}
        p {
            inherits: body;
        }
    }
}
/* 4 section styles end */

/* footer styles */
.footer-text { inherits: body;}
.footer-text {
    color: #F4F4FD;
}
.footer {
    background-color: #2E2F42;
}

.logo-primary-footer {
    color: #f4f4fd;
}
/* footer styles end */