/***** Typographies *****/

@font-face {
    font-family: 'HelveticaNeueLTStd-Bd';
    src: url('../fonts/Helvetica/HelveticaNeueLTStd-Bd.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Lt';
    src: url('../fonts/Helvetica/HelveticaNeueLTStd-Lt.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Th';
    src: url('../fonts/Helvetica/HelveticaNeueLTStd-Th.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Roman';
    src: url('../fonts/Helvetica/HelveticaNeueLTStd-Roman.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Md';
    src: url('../fonts/Helvetica/HelveticaNeueLTStd-Md.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body,
h1, h2,
header li.dropdown > a {
    font-family: 'HelveticaNeueLTStd-Bd', sans-serif;
}

p, a, .text,
.news-block .post-info{
    font-family: 'HelveticaNeueLTStd-Lt', sans-serif;
}

.btn-box a,
h3, h4, h5, h6,
.news-section .news-block h4 a {
    font-family: 'HelveticaNeueLTStd-Md', sans-serif;
}

.login-box-btn.btn-style-one {
    font-family: 'HelveticaNeueLTStd-Lt', sans-serif;
}

.time-counter .counter-column {
    font-family: 'HelveticaNeueLTStd-Th', sans-serif;
}

.time-counter .counter-column .count,
.time-counter .counter-column::before {
    font-family: 'HelveticaNeueLTStd-Bd', sans-serif;
}

.login-box-btn.btn-style-three {
    font-size: 18px;
}

.font-helvetica-bd {
    font-family: 'HelveticaNeueLTStd-Bd', sans-serif;
}

.font-helvetica-th {
    font-family: 'HelveticaNeueLTStd-Th', sans-serif;
}

.font-helvetica-md {
    font-family: 'HelveticaNeueLTStd-Md', sans-serif;
}


.font-helvetica-lt {
    font-family: 'HelveticaNeueLTStd-Lt', sans-serif;
}

.font-helvetica-roman {
    font-family: 'HelveticaNeueLTStd-Roman', sans-serif;
}
