/*like a typography*/
body {
    color: #414141;
    /*font-family: 'Arsenal';*/
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
}

.gap-10 {
    height: 10px;
}

.gap-20 {
    height: 20px;
}

.gap-30 {
    height: 30px;
}

.gap-40 {
    height: 40px;
}

a {
    color: #A52A2A;
}

a:hover {
    color: #F60018;
    text-decoration: underline;
}

br.clear {
    clear: both;
}

br.clearfix {
    clear: both;
}

h1, h3 {
    margin-top: 0;
}

@font-face {
    font-family: Candara; /* Гарнитура шрифта */
    src: url(../fonts/Candara.ttf); /* Путь к файлу со шрифтом */
}