@import url(https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap);

html {
    --primary: rgb(21 128 61);;
    --primary-dark: rgb(20 83 45);
    --color: #535B6A;
    --bg: #FFFFFF
}

html {
    box-sizing: border-box;
    font-size: 62.5%
}

*, :after, :before {
    box-sizing: inherit
}

body, html {
    width: 100%;
    height: 100%;
    overflow: hidden
}

body {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    background: var(--bg);
    color: var(--color);
    transition: color 120ms ease-out 0s
}

a {
    color: var(--primary);
    text-decoration: none;
    transition: all 120ms ease-out 0s
}

a:focus, a:hover {
    color: var(--primary-dark)
}

.c-hero {
    width: 100%;
    max-width: 68rem;
    margin: auto;
    padding: 35vh 2.4rem 0
}

.c-title {
    font-weight: 800;
    font-size: 3.2rem;
    line-height: 1.6
    display:block;
    margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
    .c-title {
        font-size: 2.4rem
    }
}

img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin-bottom: 12px;
    border: 3px solid #2a9d96
}

#page-button {
    color: #222
}

.c-social {
    display: flex;
    margin-top: 2.4rem
}

.product {
    font-weight: 600;
    font-size: 1.4rem
}

.c-social__link {
    font-weight: 600;
    font-size: 1.4rem
}

.c-social__link:not(:last-of-type) {
    margin-right: 2.4rem
}
