@font-face {
    font-family: 'Stolzl';
    src: url('../fonts/stolzl_regular.otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/gothampro_bold.ttf');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/gothampro_black.ttf');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/*
@font-face {
    font-family: 'Gotham Pro Black';
    src: url('../fonts/gothampro_black.ttf');
    font-weight: 400;
    font-display: swap;
    }
    */

*{
    line-height: 150%;
}

.button{
    font-family: 'Stolzl', sans-serif;
    font-size: 14px;
    color: #ffffff;
    border: 2px solid #D5621D;
    border-radius: 5px;
    gap: 10px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}

.text_button{
    font-family: 'Stolzl', sans-serif;
    font-weight: 400;
    padding: 15px 30px;
}

.icon_button{
    padding: 10px;
    width: 40px;
    height: 40px;
}

.arrow_button{
    padding: 15px;
    width: 50px;
    height: 50px;
}

.solid{
    font-family: 'Gotham Pro', sans-serif;
    font-weight: bold;
    font-size: 18px;
    background-color: #D5621D;
}

.links{
    color: #ffffff;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    /* line-height: 150%; */
    letter-spacing: 0%;
    text-decoration: none;
    text-transform: none;
}

.text{
    font-size: 14px;

}

nav{
    display: inline-block;
}

ul{
    display: inline-block;
}

li{
    display: inline-block;
}

.page{
    font-family: 'Stolzl', sans-serif;
    background-color: #210E09;
    color: #ffffff;
    text-transform: uppercase;
}

.square{
    width: 50px;
    height: 50px;
}

/*width: 1305px;
.header{
    top: 30px;
    left: 312px;
}
height: 51px;*/

