/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

@font-face {
  font-family: Bliss;
  src: url("fonts/Bliss2-Light.ttf");
  font-weight: 300;
}

@font-face {
  font-family: Bliss;
  src: url("fonts/Bliss2-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: Bliss;
  src: url("fonts/Bliss2-Medium.ttf");
  font-weight: 500;
}

html body {
  font-family: Bliss;
  font-weight: 300;
}

body h1, 
body h2,
body h3,
body h4,
body h5,
body h6,
body h1 a, 
body h2 a,
body h3 a,
body h4 a,
body h5 a,
body h6 a,
body strong,
body b{
    font-family: Bliss;
    font-weight: 500;
}