/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.5
	Stable tag: 3.4.5
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
/* Gotham (TTF-only) — paths updated for:
   /wp-content/themes/mytheme/assets/fonts/
   font-display: swap for better performance
*/

/* Gotham Thin (100) */
@font-face {
  font-family: 'Gotham';
  src: url('./assets/fonts/GOTHAM-THIN.TTF') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* Gotham Thin Italic (100 italic) */
@font-face {
  font-family: 'Gotham';
  src: url('./assets/fonts/GOTHAM-THINITALIC.TTF') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

/* Gotham XLight (200) */
@font-face {
  font-family: 'Gotham';
  src: url('./assets/fonts/GOTHAM-XLIGHT.TTF') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/* Gotham XLight Italic (200 italic) */
@font-face {
  font-family: 'Gotham';
  src: url('./assets/fonts/GOTHAM-XLIGHTITALIC.TTF') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

/* Gotham Light (300) */
@font-face {
  font-family: 'Gotham';
  src: url('./assets/fonts/GOTHAM-LIGHT.TTF') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Gotham Light Italic (300 italic) */
@font-face {
  font-family: 'Gotham';
  src: url('./assets/fonts/GOTHAM-LIGHTITALIC.TTF') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Gotham Medium (500) */
@font-face {
  font-family: 'Gotham';
  src: url('./assets/fonts/GOTHAM-MEDIUM.TTF') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Gotham Medium Italic (500 italic) */
@font-face {
  font-family: 'Gotham';
  src: url('./assets/fonts/GOTHAM-MEDIUMITALIC.TTF') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* Gotham Bold (700) */
@font-face {
  font-family: 'Gotham';
  src: url('./assets/fonts/GOTHAM-BOLD.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Gotham Bold Italic (700 italic) */
@font-face {
  font-family: 'Gotham';
  src: url('./assets/fonts/GOTHAM-BOLDITALIC.TTF') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Gotham Black (900) */
@font-face {
  font-family: 'Gotham';
  src: url('./assets/fonts/GOTHAM-BLACK.TTF') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Gotham Black Italic (900 italic) */
@font-face {
  font-family: 'Gotham';
  src: url('./assets/fonts/GOTHAM-BLACKITALIC.TTF') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* Gotham Ultra (950) */
@font-face {
  font-family: 'Gotham';
  src: url('./assets/fonts/GOTHAM-ULTRA.TTF') format('truetype');
  font-weight: 950;
  font-style: normal;
  font-display: swap;
}

/* Gotham Ultra Italic (950 italic) */
@font-face {
  font-family: 'Gotham';
  src: url('./assets/fonts/GOTHAM-ULTRAITALIC.TTF') format('truetype');
  font-weight: 950;
  font-style: italic;
  font-display: swap;
}
html,body{
	font-family:'Gotham';
}
.overflow-hidden{
overflow:hidden!important
}
.rounded-theme{
 border-radius:30px;
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h5,.h6,
.heading{
  font-family: "Times New Roman", Times, serif !important;
}