/**
*****************************************
	Theme Name: Ceylon Solar Power
	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/Poppins-Regular.ttf");
}
@font-face{
    font-family: font-2;
    src: url("../fonts/Poppins/Poppins-Bold.ttf");
}
@font-face{
    font-family: font-3;
    src: url("../fonts/Poppins/Poppins-Light.ttf");
}
@font-face{
    font-family: font-4;
    src: url("../fonts/Roboto/Roboto-Regular.ttf");
}
@font-face{
    font-family: font-5;
    src: url("../fonts/Roboto/Roboto-Bold.ttf");
}
@font-face{
    font-family: font-6;
    src: url("../fonts/airin-regular.ttf");
}
/*-------------Colors-----------*/

:root {
    --white: #ffffff;
    --black: #000000;
    --main-1: #1db364;
    --main-2: #40c823;
    --main-3: #92C938;
    --main-4: #7a7d86;
    --main-5: #615d5d;

    --main-bg: #f8edef;
    --bg-1: linear-gradient(90deg, rgba(238, 238, 240, 0.3) 0%, rgba(162, 197, 103, 0.1) 41%, rgba(239, 239, 241, 0.2) 100%);
    --gr-1: radial-gradient(circle, rgb(0, 0, 0) 0%, rgba(101, 96, 96, 0.2) 47%, rgba(0, 0, 0, 0.4) 100%);

}