/**
*****************************************
	Theme Name: Solace 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/Inter/Inter-Regular.ttf");
}
@font-face{
    font-family: font-2;
    src: url("../fonts/Inter/Inter-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");
}
/*-- Colors --*/
:root {	
    --white: #fff;
    --black: #000;

    --main-1: #ffa300;
    --main-2: #f6de7a;
    --main-3: #f3dd9f;
    --main-4: #f3c34d;
    --main-5: #625d5c;
    --main-6: #f8f9fa;
    --text-color: #939090;
    --gr-1: linear-gradient(90deg, rgb(98 93 92) 50%, rgb(45 43 128 / 12%) 32%);
    --gr-2: linear-gradient(90deg, rgb(68 42 0 / 78%) 0%, rgb(0 0 0 / 55%) 41%, rgb(237 237 237 / 40%) 100%);
    --shadow-1: rgba(3, 11, 33, 0.78);
}