@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-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-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;
}

/* Normal Fonts */
body,
input, textarea,
.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 */
footer ul.phone-grid li a span:nth-of-type(1),
.entry-content h2.special,
.cart_totals h2,
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
#order_review_heading,
.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;
}
.entry-content p{
    line-height: 1.5em;
}


.has-14-font-size{font-size: 14px; line-height: 1.3em;}
.has-16-font-size{font-size: 16px; line-height: 1.3em;}
.has-18-font-size{font-size: 18px; line-height: 1.3em;}
.has-20-font-size{font-size: 20px; line-height: 1.3em;}
.has-22-font-size{font-size: 22px; line-height: 1.3em;}
.has-24-font-size{font-size: 24px; line-height: 1.3em;}
.has-26-font-size{font-size: 26px; line-height: 1.3em;}
.has-28-font-size{font-size: 28px; line-height: 1.3em;}
.has-30-font-size{font-size: 30px; line-height: 1.3em;}
.has-32-font-size{font-size: 32px; line-height: 1.3em;}
.has-34-font-size{font-size: 34px; line-height: 1.3em;}
.has-36-font-size{font-size: 36px; line-height: 1.3em;}
.has-38-font-size{font-size: 38px; line-height: 1.3em;}
.has-40-font-size{font-size: 40px; line-height: 1.3em;}
.has-44-font-size{font-size: 44px; line-height: 1.3em;}
.has-48-font-size{font-size: 48px; line-height: 1.3em;}
.has-52-font-size{font-size: 52px; line-height: 1.3em;}
.has-56-font-size{font-size: 56px; line-height: 1.3em;}
.has-60-font-size{font-size: 60px; line-height: 1.3em;}
.has-66-font-size{font-size: 66px; line-height: 1.3em;}
.has-72-font-size{font-size: 72px; line-height: 1.3em;}


