
*, *::before, *::after {
    box-sizing: border-box;
}

* {
    margin: 0;
}


body {
    background-color: #F4F2EC;
    font-family: 'Inter', system-ui;
    color: #1F2933;
}

p {
    font-size: 1rem;
    line-height: 1.6;
}

ul, ol {
    list-style-type: none;
    padding: 0;
}

li {
    line-height: 1.6;
}


a {
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    color: #2F4F3A;
}

a:hover {
    text-decoration: underline;
}


.container {
    padding: 24px 40px;
    max-width: 768px;
    margin-inline: auto;
    text-align: center;
}

section {
    margin-bottom: 3rem;
}


h1, h2, h3 {
    font-family: 'Montserrat', system-ui;
}

.section-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}


.hero-section {
    margin-bottom: 3rem;
}

.hero__title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.hero__subtitle {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.hero__description {
    font-size: 1rem;
    font-weight: 400;
}

.project {
    margin-bottom: 3rem;
}

.project__title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.project__description {
    margin-bottom: 0.5rem;
}

.project__metadata {
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
}

.project__link {
    display: inline-block;
    margin-top: 0.75rem;
}

footer p {
    font-size: 1rem;
}

.divider {
    border: none;
    height: 1px;
    background-color: #D6D3C8;
    margin: 4rem 0;
}

.stack__description {
    margin-bottom: 1rem;
}