@font-face {
    font-family: Qanelas-Heavy;
    src: url('/fonts/Qanelas-Heavy.woff2') format("woff2");
    font-weight: 400;
    font-style:normal
}

@font-face {
    font-family: MaisonNeue-Book;
    src: url('/fonts/MaisonNeue-Book.woff2') format("woff2");
    font-weight: 400;
    font-style:normal
}

@font-face {
    font-family: MaisonNeue-Bold;
    src: url(/fonts/MaisonNeue-Bold.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}


body {
    font-family: MaisonNeue-Book, Arial, sans-serif;
    font-size: 14px;
    transition: margin .15s ease-in 0s;
    color: #040505;
    line-height: 1;
    overflow-x:hidden
}
.header-link {
    font-family: MaisonNeue-Bold, Arial, sans-serif;
}
h1 {
    font-family: MaisonNeue-Bold, Arial, sans-serif;
    font-size:28px;
    text-transform:uppercase
}
h2 {
    font-family: MaisonNeue-Bold, Arial, sans-serif;
    font-size:24px;
    text-transform:uppercase
}
h3 {
    font-family: MaisonNeue-Bold, Arial, sans-serif;
    font-size:21px;
    text-transform:uppercase
}
h4 {
    font-family: MaisonNeue-Bold, Arial, sans-serif;
    font-size:18px;
    text-transform:uppercase
}

h5 {
    font-family: MaisonNeue-Book, Arial, sans-serif;
    font-size:15px;
    text-transform:uppercase
}

h6 {
    font-family: MaisonNeue-Bold, Arial, sans-serif;
    font-size:14px
}
.normal {
    font-weight: 400;
}

.bold,
strong {
    font-weight: 700;
}


.light {
    font-weight: 300;
}
.bg_custom_red {
    background-color: #be311a;
}
.footer {
    background: url('/img/footer-bg.jpg') no-repeat;
color: #cbcbcb;
}
