/*
 Theme Name: Hello Elementor Child
 Theme URI: https://elementor.com/hello-theme/
 Description: Child theme for Hello Elementor
 Author: Your Name
 Author URI: https://example.com
 Template: hello-elementor
 Version: 1.0
*/



@font-face {
  font-family: 'Gotham Black'; 
  src: url('assets/fonts/Gotham-Black.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap; 
}
@font-face {
  font-family: 'Gotham Bold'; 
  src: url('assets/fonts/Gotham-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap; 
}

@font-face {
  font-family: 'Gotham Book'; 
  src: url('assets/fonts/Gotham-Book.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap; 
}
@font-face {
  font-family: 'Gotham Book'; 
  src: url('assets/fonts/Gotham-BookItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
  font-display: swap; 
}