/**
*****************************************
	Theme Name: True Choice Palliative & Hospice Care
	Author: SyncZer Inc
	Author URL: https://www.synczersolutions.com/
	Version: 1.0
******************************************
**/
/*-- 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/nunito_sans/NunitoSans-Light.ttf");
}
@font-face{
    font-family: font-4;
    src: url("../fonts/caveat/Caveat-Regular.ttf");
}
@font-face{
    font-family: font-5;
    src: url("../fonts/caveat/Caveat-Bold.ttf");
}
@font-face{
    font-family: font-6;
    src: url("../fonts/poppins/Poppins-Regular.ttf");
}
/*-- Colors --*/
:root {	
    --white: #fff;
    --black: #000;
    --main-1: #009b35;
    --main-2: #00bf49;
    --main-3: #aaf8c8;
    --main-4: #007428;
    --main-5: #376449;
    --main-6: #aeffce;
    --text-color: #5a5a5a;
    --gr-1: linear-gradient(180deg, rgb(255 255 255) 8%, rgb(45 43 128 / 12%) 32%);
    --gr-2: linear-gradient(90deg, rgb(0 0 0 / 65%) 50%, rgb(0 157 64) 50%);
    --shadow-1: rgba(3, 11, 33, 0.78);
}