/**
*****************************************
	Theme Name: CCOO
	Author: ANTS Creation
	Author URL: http://www.ants.lk
	Version: 1.0
******************************************
**/


/*
font-1 = Roboto Thin
font-2 = Roboto Regular
font-3 = Roboto Medium
font-4 = Roboto Bold
font-5 = Roboto Black
font-6 = Roboto Condensed Regular
font-7 = Roboto Condensed Regular

/*-------------Fonts-----------*/
@font-face{
	font-family: font-1;
	src: url("../fonts/Roboto-Light.ttf");
}
@font-face{
	font-family: font-2;
	src: url("../fonts/Roboto-Regular.ttf");
}
@font-face{
	font-family: font-3;
	src: url("../fonts/Roboto-Medium.ttf");
}
@font-face{
	font-family: font-4;
	src: url("../fonts/Roboto-Bold.ttf");
}
@font-face{
	font-family: font-5;
	src: url("../fonts/Roboto-Black.ttf");
}
@font-face{
	font-family: font-6;
	src: url("../fonts/RobotoCondensed-Regular.ttf");
}
@font-face{
	font-family: font-7;
	src: url("../fonts/airin-regular.ttf");
}

@font-face{
	font-family: font-8;
	src: url("../plugin/fontawesome/webfonts/fa-solid-900.ttf");
}


/*-------------Colors-----------*/

:root {	
	
	--white: #ffffff;
	--black: #000000;
	
	--main-1: #dd3333;
	--main-2: #252628;
    --main-3: #800308;
    --main-4: #f1f1f1;
    --main-5: #dedede;
    
    --shadow-1: rgba(154, 39, 78, 0.27);
    --shadow-2: rgba(0, 0, 0, 0.3);
    --shadow-3: rgba(0, 0, 0, 0.8);
	
	--gr-1: linear-gradient(-90deg, rgb(235, 28, 36, 0.8) 0%, rgb(235, 28, 36, 0.9) 51%, rgb(235, 28, 36, 0.8) 100%);	
    --gr-2: radial-gradient(circle, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.7) 100%);
}