/*
 Theme Name:   Hello Elementor Child Theme
 Theme URI:    http://example.com/hello-child/
 Description:  Hello Child Theme
 Author:       Daniel
 Author URI:   https://knodan.com
 Template:     hello-elementor
 Version:      3.3.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  hello-child
*/

/* Highgate Semibold */
@font-face {
  font-family: 'Highgate';
  src: url('/wp-content/themes/hello-elementor-child/fonts/highgate-semibold.woff2') format('woff2'),
       url('/wp-content/themes/hello-elementor-child/fonts/highgate-semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

/* Brandon Grotesque Bold */
@font-face {
  font-family: 'Brandon Grotesque';
  src: url('/wp-content/themes/hello-elementor-child/fonts/brandongrotesque-bold.woff2') format('woff2'),
       url('/wp-content/themes/hello-elementor-child/fonts/brandongrotesque-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

/* Brandon Grotesque Regular */
@font-face {
  font-family: 'Brandon Grotesque';
  src: url('/wp-content/themes/hello-elementor-child/fonts/brandongrotesque-regular.woff2') format('woff2'),
       url('/wp-content/themes/hello-elementor-child/fonts/brandongrotesque-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}