@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');


:root{
    --bg-color:#14176c;
    --footer-bg-color:#161616;
    --bg-white:#ffffff;
    --border-color:#14176c;
    --text-black:#000;
    --text-color:#14176c;
    --text-red-color:#ce2b2b;
    --bg-red-color:#ce2b2b;
    --text-white:#ffffff;
    --text-custom-color:#424242;
     --font-family:"DM Sans";
}