@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;
}

body,input,textarea,button,.normal,
.woocommerce .woocommerce-ordering select{
    font-family: 'gotham-book', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

b,.bold,strong,
.flex-side-item .widget h3,
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product a,
.related.products h2,
.woocommerce-account .woocommerce-MyAccount-navigation ul,
.single-woocommerce-product .single-woocommerce-item .product_meta .posted_in a,
.is-large.wc-block-cart .wc-block-cart-items th,
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input,
.is-large.wc-block-cart .wc-block-cart__totals-title,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-item__value,
.woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward,
.single-woocommerce-product .single-woocommerce-item .inner-grid .inner-item.is-flex form.cart .single_add_to_cart_button,
.single-woocommerce-product .single-woocommerce-item h1.product_title.entry-title,
.single-woocommerce-product .single-woocommerce-item .product_meta .sku_wrapper .sku,
.navigation li a span.name_of_current_page,
.wpcf7-form p label input.wpcf7-submit,
.wc-block-cart .wc-block-cart__submit-container a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained,
header .header-grid .header-item ul.contact-menu li a span.name_of_current_page,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3,
.flex-sides ul.menu{
    font-family: 'gotham-bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}