/*
 Theme Name:   	Learna Child
 Theme URI: https://wordpress.validthemes.net/learna/
 Description:  	This is a child theme for Learna - Education & Online Courses WordPress Theme
 Author:       	Coderstation
 Author URI:   	https://themeforest.net/user/validthemes/portfolio
 Template:     	learna
 Version:      	1.0
 Tags:         	two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  	learna-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */
/* Varialbes */
:root {
	--font-default: 'Outfit', sans-serif;
	--font-heading: 'Outfit', sans-serif;
	--fontawesome: "Font Awesome 5 Pro";
	--black: #000000;
	--dark: #0b9eda;
	--dark-secondary: #033120;
	--dark-optional: #00194C;
	--white: #ffffff;
	--color-primary: #f89520;
	--color-secondary: #0b9eda;
	--color-style-two: #f89520;
	--color-style-three: #0b9eda;
	--color-style-four: #ffe824;
	--color-style-five: #890c25;
	--color-style-six: #e0f7fb;
	--color-heading: #04000b;
	--color-paragraph: #666666;
	--bg-gray: #ededed;
	--bg-gray-secondary: #f0f7ff;
	--bg-gradient: linear-gradient(90deg, var(--color-primary)  50%, var(--color-secondary) 100%);
	--bg-gradient-secondary: linear-gradient(90deg, var(--color-style-two) 50%, var(--color-style-three) 100%);
	--bg-gray-gradient: linear-gradient(90deg, var(--bg-gray-secondary)  30%, var(--bg-gray) 100%);
	--bg-gray-gradient-secondary: linear-gradient(to left, #E5FFF3 0%, #e0f1ff 30%, #FDF2EF 100%);
}