/* 
Theme Name:		 Hello Elementor Child
Theme URI:		 http://childtheme-generator.com/
Description:	 Hello Elementor Child is a child theme of Hello Elementor, created by ChildTheme-Generator.com
Author:			 Nikki Jay Dela Cruz
Author URI:		 http://childtheme-generator.com/
Template:		 hello-elementor
Version:		 1.0.0
Text Domain:	 hello-elementor-child
*/

@font-face {
    font-family: 'Barinda';
    src: url('/wp-content/themes/hello-elementor-child/fonts/Barinda.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'WixMadeforDisplay-Medium';
    src: url('/wp-content/themes/hello-elementor-child/fonts/WixMadeforDisplay-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'WixMadeforDisplay-ExtraBold';
    src: url('/wp-content/themes/hello-elementor-child/fonts/WixMadeforDisplay-ExtraBold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --titles: 'WixMadeforDisplay-ExtraBold';
    --paragraphs: 'WixMadeforDisplay-Medium';
    --typog1: 'Barinda';


    --darkblue: #0c2d5b;
    --royalblue: #356fce;
    --cyan: #a7e4f6;
    --white: #f6f3e5;
}