/**
*****************************************
	Theme Name: Teak Elegance
	Author: ANTS Creation
	Author URL: http://www.ants.lk
	Version: 1.0
******************************************
**/


/*
font-1 = Poppins Light
font-2 = Poppins Regular
font-3 = Poppins Medium
font-4 = Poppins Bold
font-5 = Poppins Black
font-6 = Airin Regular
font-7 = Playfair Display


/*-------------Fonts-----------*/

@font-face {
    font-family: font-1;
    src: url("../fonts/Poppins-Light.ttf");
}

@font-face {
    font-family: font-2;
    src: url("../fonts/Poppins-Regular.ttf");
}

@font-face {
    font-family: font-3;
    src: url("../fonts/Poppins-Medium.ttf");
}

@font-face {
    font-family: font-4;
    src: url("../fonts/Poppins-Bold.ttf");
}

@font-face {
    font-family: font-5;
    src: url("../fonts/Poppins-Black.ttf");
}

@font-face {
    font-family: font-6;
    src: url("../fonts/airin-regular.ttf");
}

@font-face {
    font-family: font-7;
    src: url("../fonts/PlayfairDisplay-VariableFont_wght.ttf");
}

@font-face {
    font-family: corbel;
    src: url("../fonts/corbel/Corbel\ Bold.ttf");
}
@font-face {
    font-family: font-9;
    src: url("../plugin/fontawesome/webfonts/fa-solid-900.ttf");
}


/*-------------Colors-----------*/

:root {
    --white: #ffffff;
    --black: #1d1d1d;
    --main-1: #1d1d1d;
    --main-2: #f58220;
    --main-3: #1E5610;
    --main-4: #cccccc;
    --main-5: #CD0003;
    --op-1: rgba(0, 0, 0, 0.4);
    --gr-1: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
    --gr-2: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 41%, rgba(0, 0, 0, 0.9) 100%);
    --main-6: #f5f5f5;
    --shadow-1: rgba(0, 16, 29, 0.86);
    --shadow-2: rgba(0, 16, 29, 0.95);
    --shadow-3: rgba(0, 93, 170, 0.25);
    --shadow-4: rgba(0, 66, 164, 0.88);
}