@font-face {
    font-family: 'gotham-light';
    src: url('Gotham-Light.eot');
    src: url('Gotham-Light.eot?#iefix') format('embedded-opentype'),
    url('Gotham-Light.woff2') format('woff2'),
    url('Gotham-Light.woff') format('woff'),
    url('Gotham-Light.ttf') format('truetype');
    font-display: fallback;
}

@font-face {
    font-family: 'gotham-book';
    src: url('Gotham-Book.eot');
    src: url('Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('Gotham-Book.woff2') format('woff2'),
        url('Gotham-Book.woff') format('woff'),
        url('Gotham-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'gotham-bold';
    src: url('Gotham-Bold.eot');
    src: url('Gotham-Bold.eot?#iefix') format('embedded-opentype'),
    url('Gotham-Bold.woff2') format('woff2'),
    url('Gotham-Bold.woff') format('woff'),
    url('Gotham-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: fallback;
}

/* Normal Fonts */
body,
.ar-search input,
.wpcf7-form label span.wpcf7-form-control-wrap input.wpcf7-form-control,
.wpcf7-form label span.wpcf7-form-control-wrap textarea{
    font-family: 'gotham-book', arial, sans-serif;
}

/* Light Fonts */
.light,
h2,
h3,
h4,
h5,
h6{
    font-family: 'gotham-light', arial, sans-serif;
    font-weight: 300;
    font-style: normal;
}

/* Bold Fonts */
.entry-content h2.special,
.name_of_current_page,
strong,b,.bold,
.entry-content ol.with-numbers li::before,
.wpcf7 p label.wp-7-full input.wpcf7-submit{
    font-family: 'gotham-bold', arial, sans-serif;
}

h1,h2,h3,h4,h5,h6{
    position: relative;
    color: var(--black-color);
    line-height: 1.1em;
    padding: 0;
}

h1{
    margin: 0 0 10px 0;
    font-size: 44px;
    text-transform: uppercase;
}

h2{
    font-size: 36px;
    margin: 0 0 30px;
    color: var(--black-color);
}
.entry-content p{
    line-height: 1.5em;
}
