/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
/* Circe Font Family */

@font-face {
  font-family: 'Circe';
  src: url('fonts/Circe-ExtraLight.ttf') format('truetype');
  font-weight: 200;
}

@font-face {
  font-family: 'Circe';
  src: url('fonts/Circe-Light.ttf') format('truetype');
  font-weight: 300;
}

@font-face {
  font-family: 'Circe';
  src: url('fonts/Circe-Regular.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'Circe';
  src: url('fonts/Circe-Bold.ttf') format('truetype');
  font-weight: 700;
}

@font-face {
  font-family: 'Circe';
  src: url('fonts/Circe-ExtraBold.ttf') format('truetype');
  font-weight: 800;
}

/* Apply to entire website */
body, p, h2, h3, h4, h5, a, li, span, div, button, input, textarea {
  font-family: 'Circe'!Important ;
}
h1, h6{
	font-family: "Corinthia", Sans-serif;
    font-size: 64px;
    font-weight: 300;
    line-height: 74px;
    color: #A4ABB7;
}
 h6{
	font-family: "Corinthia", Sans-serif;
    font-weight: 300;
    line-height: 74px;
    color: #A4ABB7;
}
.elementor-element.elementor-element-afbedc0.e-con-full.e-flex.e-con.e-child.animated.slideInUp {
    text-shadow: 3px 3px 4px #000000;
}