* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    font-size: 2vw;
}

.font-montserrat {
    font-family: 'Montserrat', sans-serif;
}

.font-brygada {
    font-family: 'Brygada 1918', serif;
}



.button {
    cursor: pointer;
    transition: all 0.3s ease;
}

.button--primary {
    background-color: #610404;
    color: #FFFDFB;
}

.button--primary:hover {
    background-color: #A80C0C;
}

.button--primary:active {
    background-color: #888888;
}

.button--secondary {
    background-color: white;
    color: #431107;
    border: 0.1vw solid #431107;
}

.button--secondary:hover {
    background-color: #7C2712;
    color: #FFFDFB;
}

.button--secondary:active {
    background-color: #888888;
}

.no-scroll {
    overflow: hidden;
    height: 100vh;
}



/* .button_small {
    font-size: 1.6vw;
    line-height: 2vw;
}

.button_medium {
    font-size: 2vw;
    line-height: 2.4vw;
}

.button_large {
    font-size: 2.8vw;
    line-height: 2.4vw;
}

.body_highlights {
    font-size: 1.6vw;
    line-height: 2vw;
}

.body_small {
    font-size: 1.4vw;
    line-height: 1.6vw;
}

.body_medium {
    font-size: 1.6vw;
    line-height: 2vw;
}

.body_large {
    font-size: 1.8vw;
    line-height: 2.5vw;
}

.desktop_extra_large {
    font-size: 2.4vw;
    line-height: 2.8vw;
} */



/* 
.heading_H1 {
    font-size: 8vw;
    line-height: 11.6vw;
}

.heading_H2 {
    font-size: 7.2vw;
    line-height: 7.2vw;
}

.heading_H3 {
    font-size: 6.4vw;
    line-height: 7.6vw;
}

.heading_H4 {
    font-size: 4.8vw;
    line-height: 4.8vw;
}

.heading_H5 {
    font-size: 3.6vw;
    line-height: 3.6vw;
}

.heading_H6 {
    font-size: 2.4vw;
    line-height: 2.8vw;
}

.heading_H7 {
    font-size: 2vw;
    line-height: 2.4vw;
}

.phone_heading_H1 {
    font-size: 6.4vw;
    line-height: 7.6vw;
}

.phone_heading_H2 {
    font-size: 4.8vw;
    line-height: 4.8vw;
}

.phone_heading_H3 {
    font-size: 3.6vw;
    line-height: 3.6vw;
}

.phone_heading_H4 {
    font-size: 2.4vw;
    line-height: 2.8vw;
}

.phone_heading_H5 {
    font-size: 2vw;
    line-height: 2.4vw;
} */