/**
*****************************************
	Theme Name: Stylo Pvt Ltd
	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: #bda522;
    --main-2: #222;
    --main-3: #818181;
    --main-4: #c7c7c7;

    
    --gr-1: radial-gradient(circle, rgb(45 43 43 / 80%) 0%, rgb(0 0 0) 47%, rgb(0 0 0) 100%);
}