:root {
    --primary--color: #002b39;
    --secondary--color: #002b39;
    --text-color: #cbc9c8;
    --accent: #fac8af;
}

.wrapper {
    max-width: 1374px;
    margin-left: auto;
    margin-right: auto;
}

.wrapper2 {
    max-width: 1840px;
    margin-left: auto;
    margin-right: auto;
}

.wrapper3 {
    max-width: 1175px;
    margin-left: auto;
    margin-right: auto;
}

.sub-txt {
    font-family: 'Sora', serif;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    color: var(--secondary--color);
}

h1 {
    font-size: 70px;
    letter-spacing: 3px;
    font-weight: 700;
    line-height: 94px;
    color: var(--text-color);
}

h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 3px;
    color: var(--primary--color);
}

h3 {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 38px;
    color: var(--primary--color);
}

h4 {
    font-size: 29px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 3px;
    color: var(--primary--color);
}

h5 {
    font-size: 27px;
    line-height: 22px;
    font-weight: 600;
    color: var(--primary--color);
}

.padding-top {
    padding-top: 120px;
}

.padding-bottom {
    padding-bottom: 120px;
}
