/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

body{
    color: #50fa07;
	font-family: 'Poppins', Arial, Helvetica, sans-serif !important;
}

p, h1, h2, h3, h4, span{
	color: #2b2727;
	font-family: 'astrokEstd';
}

#desktop .white-container{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	background-color: #FFFFFF;
	z-index: 999999;
}