/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

@font-face {
    font-family: 'Gotham Book';
    src: url('/wp-content/themes/hello-elementor-child/fonts/Gotham-Book.eot');
    src: url('/wp-content/themes/hello-elementor-child/fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/hello-elementor-child/fonts/Gotham-Book.woff2') format('woff2'),
        url('/wp-content/themes/hello-elementor-child/fonts/Gotham-Book.woff') format('woff'),
        url('/wp-content/themes/hello-elementor-child/fonts/Gotham-Book.ttf') format('truetype'),
        url('/wp-content/themes/hello-elementor-child/fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Gotham';
    src: url('/wp-content/themes/hello-elementor-child/fonts/Gotham-Medium.eot');
    src: url('/wp-content/themes/hello-elementor-child/fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/hello-elementor-child/fonts/Gotham-Medium.woff2') format('woff2'),
        url('/wp-content/themes/hello-elementor-child/fonts/Gotham-Medium.woff') format('woff'),
        url('/wp-content/themes/hello-elementor-child/fonts/Gotham-Medium.ttf') format('truetype'),
        url('/wp-content/themes/hello-elementor-child/fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4, h5, h6,
header nav ul li.menu-item a,
a.elementor-button,
a.elementor-button span,a .rd, .disc-box h3 span {
    font-family: 'Gotham' !important;
}
p, a, a div, span, footer nav ul li a, .ast-text{
    font-family: 'Gotham Book' !important;
}