body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.5px;
}

h1 {
    font-size: 90px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 2.5px;
}

h2, h3 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
}


.footer-menu ul li a {
    font-weight: 500;
}

.projects-column-view {
    margin-top: 50px;
    gap: 20px;
}
