/**
*****************************************
	Theme Name: AMBI
	Author: ANTS Creation
	Author URL: http://www.ants.lk
	Version: 1.0
******************************************
**/


/*
font-1 = Poppins-Regular
font-2 = Poppins-Bold
font-3 = Poppins-Light
font-4 = Poppins-Medium
font-5 = Poppins-Thin
font-6 = airin-regular

/*-------------Fonts-----------*/
@font-face{
    font-family: font-1;
    src: url("../fonts/Poppins-Regular.ttf");
}
@font-face{
    font-family: font-2;
    src: url("../fonts/Poppins-Bold.ttf");
}
@font-face{
    font-family: font-3;
    src: url("../fonts/Poppins-Light.ttf");
}
@font-face{
    font-family: font-4;
    src: url("../fonts/Poppins-Medium.ttf");
}
@font-face{
    font-family: font-5;
    src: url("../fonts/Poppins-Thin.ttf");
}
@font-face{
    font-family: font-6;
    src: url("../fonts/airin-regular.ttf");
}
/*-------------Colors-----------*/

:root {
    --white: #ffffff;
    --black: #000000;
    --main-1: #a71f2d;
    --main-2: #3d191d;
    --main-3: #9c9a9f;
    --main-4: #302e2f;
    --main-5: #6e6e6e;

    --main-bg: #f8edef;

    
    --gr-1: radial-gradient(circle, rgba(63,94,251,0) 0%, rgba(214, 74, 216, 0) 47%, rgb(62, 25, 29) 100%);
    --gr-2: linear-gradient(90deg, rgba(67,25,29,1) 0%, rgba(43,1,1,0.6) 35%, rgba(43,1,1,0) 100%);
    --gr-3: linear-gradient(90deg, rgb(67, 25, 29) 0%, rgb(91, 65, 68) 41%, rgba(248, 237, 239, 0.3) 100%);
}